oncall-engine/engine/apps/webhooks/tasks/__init__.py
2023-03-13 21:19:22 +00:00

2 lines
172 B
Python

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