def __init__(self):
     Model.__init__(self)
     self.adapter = get_bluetooth_adapter()
     self.queue = None
Ejemplo 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
Ejemplo n.º 4
0
 def __init__(self, device):
     Model.__init__(self)
     self.device = device