osnova-api-alert/schemas/__init__.py

6 lines
97 B
Python

from .tg_send import TelegramMessageToDashboard
__all__ = [
"TelegramMessageToDashboard",
]