API and database models refactoring

This commit is contained in:
2025-09-20 20:17:16 +02:00
parent 91a0a13daa
commit c494c5b5c6
65 changed files with 931 additions and 487 deletions

View File

@@ -3,7 +3,8 @@ import uuid
import pytest
from models.database_models import Shop, ShopProduct, Stock
from models.database.shop import Shop,ShopProduct
from models.database.stock import Stock
@pytest.fixture