oncall-engine/engine/apps/webhooks/tasks/__init__.py

3 lines
172 B
Python
Raw Normal View History

from .alert_group_status import alert_group_created, alert_group_status_change # noqa: F401
from .trigger_webhook import execute_webhook, send_webhook_event # noqa: F401