import circuitos class App(circuitos.App): def F_main(self): self.os.launch(*self.argv[1:]) self.exit()