summaryrefslogtreecommitdiff
path: root/src/core/__init__.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-04-05 17:50:50 +0200
committermathieui <mathieui@mathieui.net>2014-04-05 17:50:50 +0200
commit673788bf46c71a9945d65b91bb1ba03e463ea31e (patch)
tree56179a6fd4d6ecfd0a94a8a77cf5867b2a654bda /src/core/__init__.py
parent38061a63977af659ec1e20ad2c23975ae0655c5b (diff)
downloadpoezio-673788bf46c71a9945d65b91bb1ba03e463ea31e.tar.gz
poezio-673788bf46c71a9945d65b91bb1ba03e463ea31e.tar.bz2
poezio-673788bf46c71a9945d65b91bb1ba03e463ea31e.tar.xz
poezio-673788bf46c71a9945d65b91bb1ba03e463ea31e.zip
Split the Core class
Although the logic stays the same, and everything is put back together in a single class.
Diffstat (limited to 'src/core/__init__.py')
-rw-r--r--src/core/__init__.py8
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
+