pandora/pandora/app/__init__.py
2019-07-16 17:36:41 +01:00

4 lines
66 B
Python

from .celery import app as celery_app
__all__ = ('celery_app',)