tubearchivist/tubearchivist/home/__init__.py

6 lines
95 B
Python

""" handle celery startup """
from .tasks import app as celery_app
__all__ = ("celery_app",)