Files
lottery_ycms/lottery/__init__.py

2 lines
71 B
Python

from .lottery.celery import app as celery_app
__all__ = ("celery_app",)