Files
OutFleet/mysite/__init__.py

3 lines
64 B
Python
Raw Normal View History

2024-10-20 21:57:12 +00:00
from .celery import app as celery_app
__all__ = ('celery_app',)