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