Exemplo n.º 1
0
 def __init__(self, master=None):
     self.model = OutlinerModel(self)
     self.gui = OutlinerGUI(master, self, self.model)