Ejemplo n.º 1
0
 def get_bowling_game():
     return BowlingGame()
Ejemplo n.º 2
0
 def setUp(self):
     self.game = BowlingGame()