forked from Mirrors/Dispatcharr
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",)
|