예제 #1
0
	def __init__(self,port):
		threading.Thread.__init__(self)
		self.scoreboard_server = ScoreboardWebserver(port)