Added base schemas

This commit is contained in:
2024-04-01 18:46:53 +02:00
parent 9d6bdd60c8
commit 41aaef0d66
4 changed files with 18 additions and 1 deletions

View File

@@ -2,3 +2,4 @@ from .app import * # noqa
from .crud import * # noqa
from .models import * # noqa
from .pagination import * # noqa
from .schemas import * # noqa