From f1a69e1dd1bf11f5eab93b7328a4791f6bd781ab Mon Sep 17 00:00:00 2001 From: zky2020 <3439415903@qq.comm> Date: Mon, 5 Jun 2023 15:43:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.py b/src/main.py index ddafd47..e96bc01 100644 --- a/src/main.py +++ b/src/main.py @@ -5,4 +5,3 @@ if __name__ == '__main__': mw = MainWindow() mw.show() sys.exit(app.exec()) -