From 673788bf46c71a9945d65b91bb1ba03e463ea31e Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 5 Apr 2014 17:50:50 +0200 Subject: Split the Core class Although the logic stays the same, and everything is put back together in a single class. --- src/core/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/core/__init__.py (limited to 'src/core/__init__.py') 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 + -- cgit v1.2.3