aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/src/__init__.py
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-03-11 21:51:31 +0800
committer简律纯 <i@jyunko.cn>2024-03-11 21:51:31 +0800
commitf4fbfe6114c2afc459c50fb1da6fbed7b0fe38a6 (patch)
tree10b2ea4c1eecf5aa8639383c7de5d6eb9630bd2a /examples/src/__init__.py
parent18731dbca0808b872d624f35f6203337830b2593 (diff)
downloadipm-f4fbfe6114c2afc459c50fb1da6fbed7b0fe38a6.tar.gz
ipm-f4fbfe6114c2afc459c50fb1da6fbed7b0fe38a6.zip
chore(examples): add examples directory
Diffstat (limited to 'examples/src/__init__.py')
-rw-r--r--examples/src/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/src/__init__.py b/examples/src/__init__.py
new file mode 100644
index 0000000..45cdfa5
--- /dev/null
+++ b/examples/src/__init__.py
@@ -0,0 +1,8 @@
+# Initialized `events.py` generated by ipm.
+# Regists your text events and regist global variables here.
+# Documents at https://ipm.hydroroll.team/
+
+from infini.register import Register
+
+
+register = Register()