Implement service-based model for jobs

This commit is contained in:
2026-06-29 13:18:23 +05:30
parent 7201fa0138
commit e0cd0bba6e
12 changed files with 728 additions and 2 deletions

3
app/app.py Normal file
View File

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