production-taskbar / backend / config / __init__.py
__init__.py
Raw
from .celery import app as celery_app

__all__ = ('celery_app', )