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