Files
mediacms/cms/__init__.py
T

6 lines
104 B
Python
Raw Normal View History

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