aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/test_corelib.py
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-01-04 22:38:23 +0800
committerHsiangNianian <i@jyunko.cn>2025-01-04 22:38:23 +0800
commitc990518cb533a793399e44edbb4bc036342c7175 (patch)
tree8e2bd0f833b803a73dea7d88e7c294cf3d078d4d /tests/test_corelib.py
parentbc57c1410c08323ba37114082d0fe609fafc2c5d (diff)
downloadHydroRollCore-c990518cb533a793399e44edbb4bc036342c7175.tar.gz
HydroRollCore-c990518cb533a793399e44edbb4bc036342c7175.zip
feat(core): Initialize core components and configuration modelsHEADmain
Diffstat (limited to 'tests/test_corelib.py')
-rw-r--r--tests/test_corelib.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_corelib.py b/tests/test_corelib.py
index 64b11ce..5f9afbb 100644
--- a/tests/test_corelib.py
+++ b/tests/test_corelib.py
@@ -1,6 +1,6 @@
-from hrc import LibCore
+from hrc import _core
-cb = LibCore
+cb = _core
def main():