def end(self):
        #Update the created variable
        self._created = False

        #Close Window
        basic_header.destroyWindows()

        #Exit program
        exit()
Exemple #2
0
 def end(self):
     self.created = False
     basic_header.destroyWindows()
     exit()