Added fastapi CRUD

This commit is contained in:
2024-04-01 18:28:18 +02:00
parent 58dc5eb6f2
commit 30ad5e28c5
7 changed files with 86 additions and 1 deletions

View File

@@ -1 +1,4 @@
from .app import * # noqa
from .crud import * # noqa
from .models import * # noqa
from .pagination import * # noqa