|
|
@ -1,7 +1,6 @@
|
|
|
|
import os, sys
|
|
|
|
import os, sys
|
|
|
|
from ui.add_student import StudentTUI
|
|
|
|
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__))
|
|
|
|
cur_dir = os.path.dirname(os.path.abspath(__file__))
|
|
|
|
project_dir = os.path.dirname(cur_dir)
|
|
|
|
project_dir = os.path.dirname(cur_dir)
|
|
|
|