diff options
Diffstat (limited to 'src/core/__init__.py')
-rw-r--r-- | src/core/__init__.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/__init__.py b/src/core/__init__.py new file mode 100644 index 00000000..6a82e2bb --- /dev/null +++ b/src/core/__init__.py @@ -0,0 +1,8 @@ +""" +Core class, splitted into smaller chunks +""" + +from . core import Core +from . structs import Command, Status, possible_show, DEPRECATED_ERRORS, \ + ERROR_AND_STATUS_CODES + |