From f4822fd5b835443c7f3747226faa3da1dce56237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=A4=A9=E7=BF=94?= <3394736377@qq.com> Date: Tue, 24 Jun 2025 11:53:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=8C=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E4=B8=80=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/misc.xml | 6 ++++++ .idea/vcs.xml | 6 ++++++ stumis/main.py | 3 ++- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .idea/misc.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..e05e84c --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/stumis/main.py b/stumis/main.py index d9f4fc6..27ef726 100644 --- a/stumis/main.py +++ b/stumis/main.py @@ -435,4 +435,5 @@ if __name__ == "__main__": bll = StudentBLL(data_file) ui = StudentUI(bll) - ui.run() \ No newline at end of file + ui.run() + print(123) \ No newline at end of file