osnova-api-alert/schemas/__init__.py

10 lines
168 B
Python

from .tg_send import (
TelegramMessageToDashboard,
TelegramMessageToNetwork,
)
__all__ = [
"TelegramMessageToDashboard",
"TelegramMessageToNetwork",
]