mirror of
https://github.com/mediacms-io/mediacms.git
synced 2024-11-21 15:53:21 +01:00
6 lines
104 B
Python
6 lines
104 B
Python
from __future__ import absolute_import
|
|
|
|
from .celery import app as celery_app
|
|
|
|
__all__ = ["celery_app"]
|