mumui/mumui/__init__.py

4 lines
70 B
Python

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