osnova-api-alert/telegram/__init__.py

7 lines
153 B
Python

from .msg import send_message_to_dashboard, del_message_from_dashboard
__all__ = [
"send_message_to_dashboard",
"del_message_from_dashboard",
]