Ejemplo n.º 1
0
 def __init__(self):
     BaseFramework.__init__(self)
     Logger.Log("Using Pyglet Framework")
Ejemplo n.º 2
0
 def __init__(self):
     BaseFramework.__init__(self)
     self._keep_alive = True
     Logger.Log("Using PyGame Framework")