aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hrc/rules/BaseRule/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'hrc/rules/BaseRule/__init__.py')
-rw-r--r--hrc/rules/BaseRule/__init__.py13
1 files changed, 1 insertions, 12 deletions
diff --git a/hrc/rules/BaseRule/__init__.py b/hrc/rules/BaseRule/__init__.py
index 4d3bc9d..c30e24a 100644
--- a/hrc/rules/BaseRule/__init__.py
+++ b/hrc/rules/BaseRule/__init__.py
@@ -3,18 +3,7 @@ from dataclasses import dataclass
from typing import Literal, Optional, Union
from . import JudgeRule
-
-@dataclass
-class CharacterCard(object):
- """Docstring for CharacterCard."""
- property: type
-
- class Information(object):
- age: Optional[Union[int, str]]
- race: Optional[str]
- gender: Optional[str]
- group: Optional[str]
-
+from . import CharacterCard
@dataclass
class CustomRule(object):