aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/COC7/Wiki.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 /examples/COC7/Wiki.py
parent94d6725582f862031d6573fa0c7c68f495bcca9c (diff)
downloadHydroRollCore-a0ebfdc2cf5f37c40caedcd1dfdcef9660b08f69.tar.gz
HydroRollCore-a0ebfdc2cf5f37c40caedcd1dfdcef9660b08f69.zip
feat(BaseRule): add Character.py
Diffstat (limited to 'examples/COC7/Wiki.py')
-rw-r--r--examples/COC7/Wiki.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/COC7/Wiki.py b/examples/COC7/Wiki.py
new file mode 100644
index 0000000..060fb9d
--- /dev/null
+++ b/examples/COC7/Wiki.py
@@ -0,0 +1,12 @@
+# MyRule
+import math
+import dataclasses
+
+from dataclasses import dataclass
+from typing import Literal, Optional, Union
+from pydantic import Field, BaseModel
+from hrc.rules import aliases, BaseRule
+from hrc.rules.BaseRule import CharacterCard
+
+class Query(Wiki):
+ \ No newline at end of file