SI_Traktor/Justyna.py

9 lines
197 B
Python
Raw Normal View History

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