aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hydroroll/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'hydroroll/__init__.py')
-rw-r--r--hydroroll/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/hydroroll/__init__.py b/hydroroll/__init__.py
new file mode 100644
index 0000000..c72c991
--- /dev/null
+++ b/hydroroll/__init__.py
@@ -0,0 +1,4 @@
+name = "hydroroll"
+
+from hydroroll.bot import Bot
+from hydroroll.config import GlobalConfig \ No newline at end of file