aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hydro_roll_core/development
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-05-28 00:28:39 +0800
committer简律纯 <i@jyunko.cn>2024-05-28 00:28:39 +0800
commit28a7b2ecd90e7e67427682a99b8616e13042b4ab (patch)
treeb97c4784f5b27963aafde21701a135934fef6f5d /hydro_roll_core/development
parent2c8f4880eb6ddd0040c20e264dac1aebb018a8b2 (diff)
downloadHydroRollCore-28a7b2ecd90e7e67427682a99b8616e13042b4ab.tar.gz
HydroRollCore-28a7b2ecd90e7e67427682a99b8616e13042b4ab.zip
chore: refresh source tree files
Diffstat (limited to 'hydro_roll_core/development')
-rw-r--r--hydro_roll_core/development/__init__.py3
-rw-r--r--hydro_roll_core/development/character.py3
2 files changed, 6 insertions, 0 deletions
diff --git a/hydro_roll_core/development/__init__.py b/hydro_roll_core/development/__init__.py
index e69de29..b3e76b3 100644
--- a/hydro_roll_core/development/__init__.py
+++ b/hydro_roll_core/development/__init__.py
@@ -0,0 +1,3 @@
+from .character import Character
+
+__all__ = ["Character"]
diff --git a/hydro_roll_core/development/character.py b/hydro_roll_core/development/character.py
new file mode 100644
index 0000000..63ed7dc
--- /dev/null
+++ b/hydro_roll_core/development/character.py
@@ -0,0 +1,3 @@
+class Character:
+ class Attribute:
+ ...