def main(): try: controller = Controller() controller.mainView() except: messagebox.showerror( title="Error", message= "The program has unexpectedly crashed. Please contact the developers" )
def main(): controller = Controller() controller.mainView()