diff options
Diffstat (limited to 'tagit/utils')
| -rw-r--r-- | tagit/utils/bsfs.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tagit/utils/bsfs.py b/tagit/utils/bsfs.py index d80efe0..3c2b826 100644 --- a/tagit/utils/bsfs.py +++ b/tagit/utils/bsfs.py @@ -9,15 +9,18 @@ import typing # bsfs imports from bsfs import schema, Open -from bsfs.query import ast from bsfs.namespace import Namespace +from bsfs.query import ast +from bsfs.utils import URI, uuid # exports __all__: typing.Sequence[str] = ( 'Namespace', 'Open', + 'URI', 'ast', 'schema', + 'uuid' ) ## EOF ## |
