add fastapi rest api and celery workers

This commit is contained in:
qananasikq
2026-04-08 22:54:33 +03:00
parent 6e97991c68
commit f4b9d20191
15 changed files with 982 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from .app import create_app
__all__ = ["create_app"]