osnova-api-alert/telegram/__init__.py

7 lines
153 B
Python
Raw Normal View History

2024-10-09 11:26:34 +00:00
from .msg import send_message_to_dashboard, del_message_from_dashboard
__all__ = [
"send_message_to_dashboard",
"del_message_from_dashboard",
]