aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-12-13 13:10:06 +0800
committer简律纯 <i@jyunko.cn>2023-12-13 13:10:06 +0800
commit135a9eb3829e0705a81ebdfcb5fdbeb6924c3392 (patch)
tree33456063c442a7ca88517002dad76c65d96d44c6 /examples
parentd0968e4baec83b0ea6dbd1f03334238a9f03d4f7 (diff)
downloadinfini-135a9eb3829e0705a81ebdfcb5fdbeb6924c3392.tar.gz
infini-135a9eb3829e0705a81ebdfcb5fdbeb6924c3392.zip
refactor: rename `HydroRollCore` -> `infini`
Diffstat (limited to 'examples')
-rw-r--r--examples/rule-singlefile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rule-singlefile.py b/examples/rule-singlefile.py
index 32f4182d..04df25e1 100644
--- a/examples/rule-singlefile.py
+++ b/examples/rule-singlefile.py
@@ -1,4 +1,4 @@
-from HydroRollCore import Rule, Core
+from infini import Rule, Core
core = Core()