コード例 #1
0
ファイル: __main__.py プロジェクト: LipatJob/4pycs1word
def main():
    try:
        controller = Controller()
        controller.mainView()
    except:
        messagebox.showerror(
            title="Error",
            message=
            "The program has unexpectedly crashed. Please contact the developers"
        )
コード例 #2
0
ファイル: __main__.py プロジェクト: LipatJob/IT101-2
def main():
    controller = Controller()
    controller.mainView()