Files
OutFleet/mysite/__init__.py
2024-10-20 21:57:12 +00:00

3 lines
64 B
Python

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