mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-07-25 15:03:31 +00:00
5 lines
103 B
Python
5 lines
103 B
Python
from __future__ import absolute_import
|
|
from .celery import app as celery_app
|
|
|
|
__all__ = ["celery_app"]
|