コード例 #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 = []