From 2827c09958aa6778e4499d34f5949d6f5677f2c6 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 28 Jun 2024 11:33:07 +0800 Subject: refactor: hrc.rules - > hrc.rule --- hrc/rule/BaseRule/CharacterCard.py | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create 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 new file mode 100644 index 0000000..6d09e5a --- /dev/null +++ b/hrc/rule/BaseRule/CharacterCard.py @@ -0,0 +1,22 @@ +import dataclasses +from dataclasses import dataclass +from typing import Literal, Optional, Union + + +@dataclass +class Custom(object): + """Docstring for Custom.""" + property: type + + +class Attribute(Custom): + ... + + +class Skill(Custom): + ... + + +class Information(Custom): + ... + -- cgit v1.2.3-70-g09d2