shop product refactoring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user