decompose application.py into enrichment, scholar processing, run completion

This commit is contained in:
Justin Visser 2026-02-27 14:19:39 +01:00
parent 9a7fa5004e
commit 6379c97e90
28 changed files with 2982 additions and 2576 deletions

View file

@ -0,0 +1,7 @@
from app.api.schemas.admin import * # noqa: F401, F403
from app.api.schemas.auth import * # noqa: F401, F403
from app.api.schemas.common import * # noqa: F401, F403
from app.api.schemas.publications import * # noqa: F401, F403
from app.api.schemas.runs import * # noqa: F401, F403
from app.api.schemas.scholars import * # noqa: F401, F403
from app.api.schemas.settings import * # noqa: F401, F403