From c990518cb533a793399e44edbb4bc036342c7175 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sat, 4 Jan 2025 22:38:23 +0800 Subject: feat(core): Initialize core components and configuration models --- hrc/rule/BaseRule/CharacterCard.py | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 hrc/rule/BaseRule/CharacterCard.py (limited to 'hrc/rule/BaseRule/CharacterCard.py') diff --git a/hrc/rule/BaseRule/CharacterCard.py b/hrc/rule/BaseRule/CharacterCard.py deleted file mode 100644 index 2baea48..0000000 --- a/hrc/rule/BaseRule/CharacterCard.py +++ /dev/null @@ -1,17 +0,0 @@ -from dataclasses import dataclass - - -@dataclass -class Custom(object): - """Docstring for Custom.""" - - property: type - - -class Attribute(Custom): ... - - -class Skill(Custom): ... - - -class Information(Custom): ... -- cgit v1.2.3-70-g09d2