aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/rules/rule-1.py
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-11-03 03:28:35 +0800
committer简律纯 <i@jyunko.cn>2023-11-03 03:28:35 +0800
commit5a2033860a328c4116f0ede2874915315e7487b0 (patch)
treef7b6d88d50ce33bd5fb52fbcfbca906738f412d6 /tests/rules/rule-1.py
parent4bf6db5200affc2f623aa02301020092c0789d19 (diff)
downloadHydroRoll-5a2033860a328c4116f0ede2874915315e7487b0.tar.gz
HydroRoll-5a2033860a328c4116f0ede2874915315e7487b0.zip
Co-authored-by: HadalFauna <HadalFauna@users.noreply.github.com>
Diffstat (limited to 'tests/rules/rule-1.py')
-rw-r--r--tests/rules/rule-1.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/rules/rule-1.py b/tests/rules/rule-1.py
deleted file mode 100644
index aedebdc..0000000
--- a/tests/rules/rule-1.py
+++ /dev/null
@@ -1,11 +0,0 @@
-from HydroRollCore import Rule
-
-class Rule_1(Rule):
- """规则包示例1
-
- """
-
- priority = 1
-
- async def check(self) -> None:
- ... \ No newline at end of file