diff options
| author | 2024-07-07 08:55:55 +0800 | |
|---|---|---|
| committer | 2024-07-07 08:55:55 +0800 | |
| commit | c6f28bd75141da583bdd95e86d37ae5884276c55 (patch) | |
| tree | bb7afbf0c26de76dac704ec254850302f7d632a6 /examples/brp_character.py | |
| parent | da32df814f9949c7172290dfb4770f7c64c28a5d (diff) | |
| download | HydroRollCore-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.py | 2 |
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 |
