__init__.py 151 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 """ Report Engine LLM子模块。 目前主要暴露 OpenAI 兼容的 `LLMClient` 封装。 """ from .base import LLMClient __all__ = ["LLMClient"]