* 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
6 lines
312 B
Python
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
|