aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hydroroll/__init__.py
diff options
context:
space:
mode:
author简律纯 <hsiangnianian@outlook.com>2023-04-28 03:04:40 +0800
committer简律纯 <hsiangnianian@outlook.com>2023-04-28 03:04:40 +0800
commitc8c76cb2293001a3f5a8122e581648002033eb15 (patch)
tree26a4ded54d50d44ed8d0804f0109d4c38ac511d2 /hydroroll/__init__.py
parent57a8f67b27aa617b7a993477231b3d6978f4f842 (diff)
downloadHydroRoll-0.1.0.tar.gz
HydroRoll-0.1.0.zip
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