diff options
Diffstat (limited to 'bsie/utils/bsfs.py')
-rw-r--r-- | bsie/utils/bsfs.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bsie/utils/bsfs.py b/bsie/utils/bsfs.py index 0b88479..fc045cc 100644 --- a/bsie/utils/bsfs.py +++ b/bsie/utils/bsfs.py @@ -1,10 +1,6 @@ """BSFS bridge, provides BSFS bindings for BSIE. - -Part of the bsie module. -A copy of the license is provided with the project. -Author: Matthias Baumgartner, 2022 """ -# imports +# standard imports import typing # bsfs imports |