django-weather/weather_project/weather_project/__init__.py
evdo 16aa25a588
All checks were successful
ci / build (push) Successful in 36s
Added email sending
2025-04-01 15:20:23 +02:00

3 lines
No EOL
63 B
Python

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