mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-22 18:28:00 +00:00
6 lines
106 B
Python
6 lines
106 B
Python
# dispatcharr/__init__.py
|
|
|
|
# For Celery:
|
|
from .celery import app as celery_app
|
|
|
|
__all__ = ("celery_app",)
|