inital commit
This commit is contained in:
12
app/consumption.py
Normal file
12
app/consumption.py
Normal file
@@ -0,0 +1,12 @@
|
||||
import datetime as dt
|
||||
|
||||
class Consumption:
|
||||
|
||||
def __init__(self):
|
||||
#ID|PRODNR|CONSUMER|PRICE|TIME
|
||||
self.id = 0
|
||||
self.prodnr = 0
|
||||
self.consumer = 0
|
||||
self.price = 0
|
||||
self.time = dt.datetime
|
||||
|
||||
Reference in New Issue
Block a user