def build(self): Window.clearcolor = (1, 1, 1, 1) self.title = "Particle Device Updater" self.icon = "resources/particle.png" self.thread = threading.current_thread() return ConnectedDevice()