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

4 lines
68 B
Python

from app.chat.service import ChatService
__all__ = ["ChatService"]