i701 99982d13d5
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 13m45s
Enhance environment variable handling, add Celery configuration, and implement device expiration notification tasks
2025-04-24 10:42:22 +05:00

5 lines
89 B
Python

# myproject/__init__.py
from .celery import app as celery_app
__all__ = ("celery_app",)