aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/main.py')
-rw-r--r--example/main.py8
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()
+
+