Ejemplo n.º 1
0
 def __init__(self, application):
     """ Initialize the Level Controller """
     self.application = application
     self.level_selection = LevelSelection()
     self.window = LevelSelectionView(application, self.level_selection)