コード例 #1
0
 def __init__(self, sstv, parent):
     Thread.__init__(self)
     self.pas = PyAudioSSTV(sstv)
     self.parent = parent