from core import celery_app from .task_example import Example celery_app.register_task(Example())