- add: add beverages
This commit is contained in:
@@ -3,4 +3,5 @@ class Product:
|
||||
def __init__(self):
|
||||
self.id = 0
|
||||
self.name = ""
|
||||
self.price = 0.0
|
||||
self.price = 0.0
|
||||
self.isshown = False
|
||||
|
||||
Reference in New Issue
Block a user