diff options
| author | 2023-11-06 23:29:40 +0800 | |
|---|---|---|
| committer | 2023-11-06 23:29:40 +0800 | |
| commit | f3bea281fbe19f5c8b4fae94b8832eee3ccfcf70 (patch) | |
| tree | 90132b80b643cdf5e3295e93dda542c27bb5283a /example/main.py | |
| parent | 70c118d37cd784861bec712000d7014302591256 (diff) | |
| download | HydroRoll-f3bea281fbe19f5c8b4fae94b8832eee3ccfcf70.tar.gz HydroRoll-f3bea281fbe19f5c8b4fae94b8832eee3ccfcf70.zip | |
refactor(file tree): `tests` -> `example`
Diffstat (limited to 'example/main.py')
| -rw-r--r-- | example/main.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/example/main.py b/example/main.py new file mode 100644 index 0000000..211b3d3 --- /dev/null +++ b/example/main.py @@ -0,0 +1,8 @@ +from iamai import Bot + +bot = Bot(hot_reload=True) + +if __name__ == "__main__": + bot.run() + + |
