mediacms/cms/__init__.py

6 lines
104 B
Python
Raw Normal View History

2020-12-15 22:33:43 +01:00
from __future__ import absolute_import
2021-05-26 17:35:21 +02:00
2020-12-15 22:33:43 +01:00
from .celery import app as celery_app
__all__ = ["celery_app"]