Files
bettafish-company/ReportEngine/llms/__init__.py
T

8 lines
96 B
Python

"""
LLM module for the Report Engine.
"""
from .base import LLMClient
__all__ = ["LLMClient"]