aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/rules/COC
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2024-09-19 14:44:33 +0800
committerHsiangNianian <i@jyunko.cn>2024-09-19 14:44:33 +0800
commite9a780496f7ce067e0d8d51ce1d62e48c9f2a8d9 (patch)
treea3e31e07fd001baa1cfce9ceebcdfed58b50bcda /examples/rules/COC
parent9e18d7ebf7a17bb7d7d169da3a3cefde0956a9f9 (diff)
downloadHydroRollCore-e9a780496f7ce067e0d8d51ce1d62e48c9f2a8d9.tar.gz
HydroRollCore-e9a780496f7ce067e0d8d51ce1d62e48c9f2a8d9.zip
feat(core): Implement Service class and related functionalities
Co-authored-by: yuzhe <YUZHEthefool@users.noreply.github.com>
Diffstat (limited to 'examples/rules/COC')
-rw-r--r--examples/rules/COC/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/rules/COC/__init__.py b/examples/rules/COC/__init__.py
index 260bfb5..215d662 100644
--- a/examples/rules/COC/__init__.py
+++ b/examples/rules/COC/__init__.py
@@ -10,7 +10,6 @@ from .Command import Command
core = Core()
-
class COC7(Rule):
# 规则、指令、词条,必须至少实现任意一个