aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/src/handlers.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/src/handlers.py')
-rw-r--r--examples/src/handlers.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/src/handlers.py b/examples/src/handlers.py
new file mode 100644
index 0000000..7af5aae
--- /dev/null
+++ b/examples/src/handlers.py
@@ -0,0 +1,8 @@
+# Initialized `handlers.py` generated by ipm.
+# Regists your handlers here.
+# Documents at https://ipm.hydroroll.team/
+
+from infini.register import Register
+
+
+register = Register()