mirror of
https://github.com/m5stack/StackFlow.git
synced 2026-05-20 11:32:11 -07:00
[update] Update import package method
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
from .llm import LLMClient
|
||||
|
||||
__all__ = ["LLMClient"]
|
||||
Reference in New Issue
Block a user