osnova-api-alert/schemas/__init__.py

6 lines
97 B
Python
Raw Normal View History

2024-10-09 11:26:34 +00:00
from .tg_send import TelegramMessageToDashboard
2024-10-08 14:33:15 +00:00
2024-10-09 11:26:34 +00:00
__all__ = [
"TelegramMessageToDashboard",
]