aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hrc/rules/__init__.py
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-06-27 21:14:04 +0800
committer简律纯 <i@jyunko.cn>2024-06-27 21:14:04 +0800
commita0ebfdc2cf5f37c40caedcd1dfdcef9660b08f69 (patch)
tree8b58231bfc896e546c6716ac0f46a61db43529db /hrc/rules/__init__.py
parent94d6725582f862031d6573fa0c7c68f495bcca9c (diff)
downloadHydroRollCore-a0ebfdc2cf5f37c40caedcd1dfdcef9660b08f69.tar.gz
HydroRollCore-a0ebfdc2cf5f37c40caedcd1dfdcef9660b08f69.zip
feat(BaseRule): add Character.py
Diffstat (limited to 'hrc/rules/__init__.py')
-rw-r--r--hrc/rules/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/hrc/rules/__init__.py b/hrc/rules/__init__.py
index ccd3dbc..a32b693 100644
--- a/hrc/rules/__init__.py
+++ b/hrc/rules/__init__.py
@@ -8,4 +8,5 @@ from ..typing import RulesT
class Rules(ABC, Generic[RulesT]):
...
- \ No newline at end of file
+
+