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