diff options
| author | 2023-04-23 23:36:31 +0800 | |
|---|---|---|
| committer | 2023-04-23 23:36:31 +0800 | |
| commit | 3c12e0e8d51699abeebb822414cf1ef3cc126f26 (patch) | |
| tree | ef22f40ca380eb6bb374c0cf6b9209c5e68297c8 /tests/main.py | |
| parent | 10289094f39b0794ebc3d4c9a901ebb16adab1fc (diff) | |
| download | HydroRoll-3c12e0e8d51699abeebb822414cf1ef3cc126f26.tar.gz HydroRoll-3c12e0e8d51699abeebb822414cf1ef3cc126f26.zip | |
✨fix
Diffstat (limited to 'tests/main.py')
| -rw-r--r-- | tests/main.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/main.py b/tests/main.py new file mode 100644 index 0000000..93f67f2 --- /dev/null +++ b/tests/main.py @@ -0,0 +1,6 @@ +from HydroRoll import Bot + +bot = Bot(hot_reload=True) + +if __name__ == "__main__": + bot.run() |
