Пример #1
0
	def __init__(self, *args):
		self.totalScore = 0
		for Frame in args:
			self.totalScore += Frame.getScore()