aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/brp_character.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 /examples/brp_character.py
parentda32df814f9949c7172290dfb4770f7c64c28a5d (diff)
downloadHydroRollCore-c6f28bd75141da583bdd95e86d37ae5884276c55.tar.gz
HydroRollCore-c6f28bd75141da583bdd95e86d37ae5884276c55.zip
refactor!: change namespace<perf, feat, doc, dev>
Diffstat (limited to 'examples/brp_character.py')
-rw-r--r--examples/brp_character.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/brp_character.py b/examples/brp_character.py
index cc3bfcd..3213fa6 100644
--- a/examples/brp_character.py
+++ b/examples/brp_character.py
@@ -1,5 +1,5 @@
import inspect
-from hrc.development import Character
+from hrc.dev import Character
from typing import Literal, Union, Optional