aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/rule-singlefile.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rule-singlefile.py')
-rw-r--r--examples/rule-singlefile.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/rule-singlefile.py b/examples/rule-singlefile.py
deleted file mode 100644
index 04df25e1..00000000
--- a/examples/rule-singlefile.py
+++ /dev/null
@@ -1,10 +0,0 @@
-from infini import Rule, Core
-
-core = Core()
-
-class MyRule(Rule):
- ...
-
-
-if __name__ == "__main__":
- core.run() \ No newline at end of file