sprint/Sprint/__init__.py
2021-08-29 21:43:34 +03:00

4 lines
57 B
Python

from .celery import app as celery
__all__ = ('celery',)