initial commit

This commit is contained in:
2026-03-11 17:12:28 +08:00
commit 5d1e1cb7cb
61 changed files with 2971 additions and 0 deletions

3
config/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .services.celery import app as celery_app
__all__ = ["celery_app"]