6 lines
116 B
Python
6 lines
116 B
Python
|
|
"""Celery task definitions for IncidentOps."""
|
||
|
|
|
||
|
|
from worker.tasks import notifications
|
||
|
|
|
||
|
|
__all__ = ["notifications"]
|