diff options
Diffstat (limited to 'src/nbblib/__init__.py')
-rw-r--r-- | src/nbblib/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/nbblib/__init__.py b/src/nbblib/__init__.py index 2e2118a..e29a3b8 100644 --- a/src/nbblib/__init__.py +++ b/src/nbblib/__init__.py @@ -1,3 +1,9 @@ +"""Convenience package for nbb + +How exactly to cleanly import the modules in the future is still unclear, +so we'll just keep it as is for now. +""" + import nbblib.bs as bs import nbblib.commands as commands import nbblib.nbbcommands as nbbcommands |