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

8 lines
95 B
Python

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