decompose application.py into enrichment, scholar processing, run completion
This commit is contained in:
parent
9a7fa5004e
commit
6379c97e90
28 changed files with 2982 additions and 2576 deletions
7
app/api/schemas/__init__.py
Normal file
7
app/api/schemas/__init__.py
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue