aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/brp_character.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/brp_character.py')
-rw-r--r--examples/brp_character.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/brp_character.py b/examples/brp_character.py
index 9b52aa3..cc3bfcd 100644
--- a/examples/brp_character.py
+++ b/examples/brp_character.py
@@ -1,6 +1,6 @@
import inspect
-from hydro_roll_core.development import Character
-from typing import Literal, List, Tuple, Union, Dict, Generic, Optional, TYPE_CHECKING
+from hrc.development import Character
+from typing import Literal, Union, Optional
class Identity: