oncall-engine/engine/common/oncall_gateway/__init__.py
Innokentii Konstantinov 9c550af721
Support of oncall-gw (#741)
* Draft support of oncall-gw

* Clean up

* Create oncall connector on org create in gcom

* Naming fixes

* Rework oncall-gateway package. \nMove it from apps.

* Fix typo
2022-11-08 14:43:22 +08:00

6 lines
312 B
Python

"""
This package is for interaction with OnCall-Gateway, service to provide multiregional chatops.
"""
from .tasks import delete_oncall_connector_async, delete_slack_connector_async # noqa: F401
from .utils import check_slack_installation_backend, create_oncall_connector, create_slack_connector # noqa: F401