File size: 204 Bytes
233136f
 
 
 
 
 
1
2
3
4
5
6
# 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']