SI_Traktor/Justyna.py
2020-05-03 17:13:59 +02:00

9 lines
197 B
Python

class main():
def __init__(self,traktor,field,ui,path):
self.traktor = traktor
self.field = field
self.ui = ui
self.path = path
def main(self):
pass