Example #1
0
 def __init__(self):
     self.ctrl = SplashController(Model())
     self.view = SplashView(self.ctrl)
     self.loop = None
     self.view.show()