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