inital commit

This commit is contained in:
Ulrich Knechtelsdorfer
2016-02-13 16:18:48 +01:00
commit c84212e151
37 changed files with 1511 additions and 0 deletions

6
app/product.py Normal file
View File

@@ -0,0 +1,6 @@
class Product:
def __init__(self):
self.id = 0
self.name = ""
self.price = 0.0