Files
Home_assistant/backend/app/reminders/__init__.py
T
2026-06-11 11:04:22 +03:00

4 lines
83 B
Python

from app.reminders.service import RemindersService
__all__ = ["RemindersService"]