예제 #1
0
 def get_bowling_game():
     return BowlingGame()
예제 #2
0
 def setUp(self):
     self.game = BowlingGame()