aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hrc/development/__init__.py
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-07-07 08:55:55 +0800
committer简律纯 <i@jyunko.cn>2024-07-07 08:55:55 +0800
commitc6f28bd75141da583bdd95e86d37ae5884276c55 (patch)
treebb7afbf0c26de76dac704ec254850302f7d632a6 /hrc/development/__init__.py
parentda32df814f9949c7172290dfb4770f7c64c28a5d (diff)
downloadHydroRollCore-c6f28bd75141da583bdd95e86d37ae5884276c55.tar.gz
HydroRollCore-c6f28bd75141da583bdd95e86d37ae5884276c55.zip
refactor!: change namespace<perf, feat, doc, dev>
Diffstat (limited to 'hrc/development/__init__.py')
-rw-r--r--hrc/development/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/hrc/development/__init__.py b/hrc/development/__init__.py
deleted file mode 100644
index b3e76b3..0000000
--- a/hrc/development/__init__.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from .character import Character
-
-__all__ = ["Character"]