mirror of
https://github.com/FAUSheppy/ths-blowerdoor-raven
synced 2025-12-10 00:38:33 +01:00
add basic functionality
This commit is contained in:
13
data.py
Normal file
13
data.py
Normal file
@@ -0,0 +1,13 @@
|
||||
class BlowerdoorData:
|
||||
def __init__(self, path, docName, location, customer, pdfDate, blowerdoorDate):
|
||||
self.path = path
|
||||
self.docName = docName
|
||||
self.location = location
|
||||
self.customer = customer
|
||||
self.blowerdoorDate = blowerdoorDate
|
||||
self.pdfDate = pdfDate
|
||||
|
||||
|
||||
#print("Bauort: " + location)
|
||||
#print("Bauherr: " + customer)
|
||||
#print("Blowerdoor: " + blowerdoorDate)
|
||||
Reference in New Issue
Block a user