[update] Update import package method

This commit is contained in:
LittleMouse
2025-04-18 18:48:40 +08:00
parent 2b169c75a0
commit 23cc53d9ef
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import logging
from pathlib import Path
from utils.llm import LLMClient
from utils import LLMClient
FILE = Path(__file__).resolve()
ROOT = FILE.parents[0]
+3
View File
@@ -0,0 +1,3 @@
from .llm import LLMClient
__all__ = ["LLMClient"]