aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/main.py
diff options
context:
space:
mode:
author简律纯 <hsiangnianian@outlook.com>2023-04-23 23:36:31 +0800
committer简律纯 <hsiangnianian@outlook.com>2023-04-23 23:36:31 +0800
commit3c12e0e8d51699abeebb822414cf1ef3cc126f26 (patch)
treeef22f40ca380eb6bb374c0cf6b9209c5e68297c8 /test/main.py
parent10289094f39b0794ebc3d4c9a901ebb16adab1fc (diff)
downloadHydroRoll-3c12e0e8d51699abeebb822414cf1ef3cc126f26.tar.gz
HydroRoll-3c12e0e8d51699abeebb822414cf1ef3cc126f26.zip
✨fix
Diffstat (limited to 'test/main.py')
-rw-r--r--test/main.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/main.py b/test/main.py
deleted file mode 100644
index 1e9b864..0000000
--- a/test/main.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from HydroR import Bot
-
-bot = Bot(hot_reload=True)
-
-if __name__ == "__main__":
- bot.run()