From c990518cb533a793399e44edbb4bc036342c7175 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sat, 4 Jan 2025 22:38:23 +0800 Subject: feat(core): Initialize core components and configuration models --- tests/test_corelib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_corelib.py') 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(): -- cgit v1.2.3-70-g09d2