6 lines
100 B
Python
6 lines
100 B
Python
"""Background workers and Celery tasks."""
|
|
|
|
from .tasks import celery_app
|
|
|
|
__all__ = ["celery_app"]
|