mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-03-17 03: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",)
|