mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-04-30 13:55:41 +00:00
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 13m45s
5 lines
89 B
Python
5 lines
89 B
Python
# myproject/__init__.py
|
|
from .celery import app as celery_app
|
|
|
|
__all__ = ("celery_app",)
|