示例#1
0
文件: view.py 项目: emartinez/triunfo
 def __init__(self, ip, port, username, password):
     Subject.__init__(self)
示例#2
0
 def __init__(self):
     Subject.__init__(self)
     self.chat_history = []