aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/src/handlers.py
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-03-11 22:59:31 +0800
committer简律纯 <i@jyunko.cn>2024-03-11 22:59:31 +0800
commit353cef0e447733a75f1076ad9296f76f40ef9684 (patch)
treeae86ed9274da067f27f12c05492d6798030bc9bd /examples/src/handlers.py
parent8a313bea3e5e92e4d38fbc4bcf280e680e8a7c44 (diff)
downloadipm-353cef0e447733a75f1076ad9296f76f40ef9684.tar.gz
ipm-353cef0e447733a75f1076ad9296f76f40ef9684.zip
refactor!: 干掉 pdm
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..f997a03
--- /dev/null
+++ b/examples/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()