def __init__(self):
     Model.__init__(self)
     self.adapter = get_bluetooth_adapter()
     self.queue = None
Exemplo n.º 2
0
 def __init__(self):
     Model.__init__(self)
     self.adapter = get_bluetooth_adapter()
     self.queue = None
 def __init__(self, device):
     Model.__init__(self)
     self.device = device
Exemplo n.º 4
0
 def __init__(self, device):
     Model.__init__(self)
     self.device = device