shop product refactoring

This commit is contained in:
2025-10-04 23:38:53 +02:00
parent 4d2866af5e
commit 0114b6c46e
68 changed files with 2234 additions and 2236 deletions

View File

@@ -35,10 +35,10 @@ except ImportError as e:
print(f" ✗ Stock model failed: {e}")
try:
from models.database.shop import Shop
print("Shop model imported")
from models.database.vendor import Vendor
print("Vendor model imported")
except ImportError as e:
print(f"Shop model failed: {e}")
print(f"Vendor model failed: {e}")
try:
from models.database.product import Product