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