From cf3adab7ebccc2c432745629b14707c9d51d7498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=A4=A9=E7=BF=94?= <3394736377@qq.com> Date: Wed, 25 Jun 2025 10:08:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=8C=E5=87=8F=E5=B0=91?= =?UTF-8?q?=E4=B8=80=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stumis/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stumis/main.py b/stumis/main.py index 0913b5e..d9f4fc6 100644 --- a/stumis/main.py +++ b/stumis/main.py @@ -435,4 +435,4 @@ if __name__ == "__main__": bll = StudentBLL(data_file) ui = StudentUI(bll) - ui.run() + ui.run() \ No newline at end of file