Beispiel #1
0
 def __init__(self):
     self.states = [self.create_state('menu'), self.create_state('game')]
     self.presentation = CLIPresentation()
Beispiel #2
0
 def setUp(self):
     self.pres_cli = CLIPresentation(CLInterface())
     self.pres_gui = GUIPresentation(GUInterface())