mediacms/cms/__init__.py

6 wiersze
104 B
Python

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