Files
Home_assistant/backend/app/llm/__init__.py
T
2026-06-09 09:36:48 +03:00

4 lines
62 B
Python

from app.llm.client import LLMClient
__all__ = ["LLMClient"]