gault-millau/project/__init__.py
2019-08-07 16:10:23 +03:00

3 lines
63 B
Python

from .celery import app as celery_app
__all__ = ['celery_app']