- add: add beverages

This commit is contained in:
Ulrich Knechtelsdorfer
2016-02-13 22:05:49 +01:00
parent c84212e151
commit 79bcf2e8ca
13 changed files with 148 additions and 28 deletions

View File

@@ -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