mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-12 13:26:47 +00:00
4 lines
122 B
Python
4 lines
122 B
Python
from __future__ import absolute_import, unicode_literals
|
|
from .celery import app as celery_app
|
|
|
|
__all__ = ('celery_app',)
|