new database system

This commit is contained in:
bdrtr 2025-05-14 16:31:46 +03:00 committed by Bedir Tuğra Karaabalı
parent de5d4292ed
commit e065cf9d22
8 changed files with 92 additions and 124 deletions

View file

@ -1,8 +0,0 @@
from fastapi import FastAPI, APIRouter
router = APIRouter(
prefix="/collections",
tags=["collections"],
responses={404: {"description": "Not found"}},
dependencies=[],
)