Files
Home_assistant/backend/app/character/__init__.py
T
2026-06-09 11:26:28 +03:00

4 lines
83 B
Python

from app.character.service import CharacterService
__all__ = ["CharacterService"]