Initial deploy setup
deploy / deploy (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-21 14:00:00 +02:00
commit b8091e59bd
285 changed files with 27854 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
from __future__ import annotations
from .celery import app as celery_app
__all__ = ("celery_app",)