Пример #1
0
	def run(self):
		ref = Referee()
		p1 = Player()
		p2 = DummyAI()

		ref.add_player(p1)
		ref.add_player(p2)