wd666/utils/__init__.py

5 lines
83 B
Python
Raw Permalink Normal View History

2026-01-07 11:02:05 +08:00
"""Utils 模块"""
from utils.llm_client import LLMClient
__all__ = ["LLMClient"]