Update app.py

This commit is contained in:
2026-09-07 14:52:33 +00:00
parent 00a136e6a5
commit d0618e7d06
+5 -1
View File
@@ -1 +1,5 @@
print("DemoTel Product Catalog")
import json
with open("products.json","r") as f:
products = json.load(f)
print("products")