chapeau/things_for_testing/__init__.py

5 wiersze
122 B
Python

from __future__ import absolute_import, unicode_literals
from .celery import app as celery_app
__all__ = ('celery_app',)