diff options
-rw-r--r-- | poezio/core/__init__.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/poezio/core/__init__.py b/poezio/core/__init__.py index cfe4c179..e69de29b 100644 --- a/poezio/core/__init__.py +++ b/poezio/core/__init__.py @@ -1,7 +0,0 @@ -""" -Core class, split into smaller chunks -""" -__all__ = ['Core', 'Command', 'Status'] - -from poezio.core.core import Core -from poezio.core.structs import Command, Status |