aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/src/events.py
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-03-11 22:56:59 +0800
committer简律纯 <i@jyunko.cn>2024-03-11 22:56:59 +0800
commit8a313bea3e5e92e4d38fbc4bcf280e680e8a7c44 (patch)
tree8f343ef3bb8a032baa7ec16136938441c134b98d /examples/src/events.py
parent7f3d06c0b93707cfe40b458120f87e9fd891247d (diff)
downloadipm-8a313bea3e5e92e4d38fbc4bcf280e680e8a7c44.tar.gz
ipm-8a313bea3e5e92e4d38fbc4bcf280e680e8a7c44.zip
fix(deps): add windows-curses dependence
Diffstat (limited to 'examples/src/events.py')
-rw-r--r--examples/src/events.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/src/events.py b/examples/src/events.py
deleted file mode 100644
index 45cdfa5..0000000
--- a/examples/src/events.py
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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()