mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-16 17:10:12 +00:00
6 lines
95 B
Python
6 lines
95 B
Python
""" handle celery startup """
|
|
|
|
from .tasks import app as celery_app
|
|
|
|
__all__ = ("celery_app",)
|