@ -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)