From a58bf57ed28afc24df7f50ed91f5874c532076fe Mon Sep 17 00:00:00 2001 From: pxes2r4ab <2721873872@qq.com> Date: Wed, 25 Jun 2025 11:47:57 +0800 Subject: [PATCH] Update main.py --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.py b/main.py index a230673..91337ce 100644 --- a/main.py +++ b/main.py @@ -1,7 +1,6 @@ import os, sys from ui.add_student import StudentTUI -from DAL.clear_all_student import IStudentDAL -from BLL.add_student import StudentBLL + cur_dir = os.path.dirname(os.path.abspath(__file__)) project_dir = os.path.dirname(cur_dir)