diff options
| author | 2024-09-19 14:44:33 +0800 | |
|---|---|---|
| committer | 2024-09-19 14:44:33 +0800 | |
| commit | e9a780496f7ce067e0d8d51ce1d62e48c9f2a8d9 (patch) | |
| tree | a3e31e07fd001baa1cfce9ceebcdfed58b50bcda /hrc/utils.py | |
| parent | 9e18d7ebf7a17bb7d7d169da3a3cefde0956a9f9 (diff) | |
| download | HydroRollCore-e9a780496f7ce067e0d8d51ce1d62e48c9f2a8d9.tar.gz HydroRollCore-e9a780496f7ce067e0d8d51ce1d62e48c9f2a8d9.zip | |
feat(core): Implement Service class and related functionalities
Co-authored-by: yuzhe <YUZHEthefool@users.noreply.github.com>
Diffstat (limited to 'hrc/utils.py')
| -rw-r--r-- | hrc/utils.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hrc/utils.py b/hrc/utils.py index e85cea4..e1399f5 100644 --- a/hrc/utils.py +++ b/hrc/utils.py @@ -37,8 +37,8 @@ from typing_extensions import ParamSpec, TypeAlias, TypeGuard from pydantic import BaseModel -from .config import ConfigModel -from .typing import EventT +from hrc.config import ConfigModel +from hrc.typing import EventT if TYPE_CHECKING: from os import PathLike |
