Lin / backend /celery_tasks /__init__.py
Zelyanoth's picture
S
85054d5
raw
history blame
200 Bytes
# Initialize the celery_tasks package
from . import content_tasks
from . import schedule_loader
# This ensures that the tasks are registered with Celery
__all__ = ['content_tasks', 'schedule_loader']