aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/main.py')
-rw-r--r--tests/main.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/main.py b/tests/main.py
deleted file mode 100644
index 211b3d3..0000000
--- a/tests/main.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from iamai import Bot
-
-bot = Bot(hot_reload=True)
-
-if __name__ == "__main__":
- bot.run()
-
-