6 lines
91 B
Python
6 lines
91 B
Python
"""Celery tasks."""
|
|
|
|
from app.tasks.celery_app import celery_app
|
|
|
|
__all__ = ["celery_app"]
|