예제 #1
0
파일: view.py 프로젝트: emartinez/triunfo
 def __init__(self, ip, port, username, password):
     Subject.__init__(self)
예제 #2
0
파일: table.py 프로젝트: emartinez/triunfo
 def __init__(self):
     Subject.__init__(self)
     self.chat_history = []