def end(self): #Update the created variable self._created = False #Close Window basic_header.destroyWindows() #Exit program exit()
def end(self): self.created = False basic_header.destroyWindows() exit()