Lin / backend /celery_tasks /__init__.py
Zelyanoth's picture
jj
233136f
raw
history blame
204 Bytes
# Initialize the celery_tasks package
from . import content_tasks
from . import schedule_loader
# Import all tasks to ensure they are registered with Celery
__all__ = ['content_tasks', 'schedule_loader']