Esempio n. 1
0
	def __init__(self, width, height):
		Menu.__init__(self, width, height)
		self.menu_frame = FrameMainMenu(width, height)