zbx-tg-bot/zabbix/__init__.py

7 lines
87 B
Python

from .zabbix_api import get_active_problems
__all__ = [
"get_active_problems",
]