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