|
3 | 3 | from app.page_building.page_template import PageTemplate |
4 | 4 | from app.page_building.window_template import SimpleWindowTemplate |
5 | 5 | from app.view.another_window.contributor import contributor_page |
6 | | -from app.view.another_window.import_student_name import ImportStudentNameWindow |
7 | | -from app.view.another_window.set_class_name import SetClassNameWindow |
8 | | -from app.view.another_window.name_setting import NameSettingWindow |
9 | | -from app.view.another_window.gender_setting import GenderSettingWindow |
10 | | -from app.view.another_window.group_setting import GroupSettingWindow |
11 | | -from app.view.another_window.import_prize_name import ImportPrizeNameWindow |
12 | | -from app.view.another_window.set_pool_name import SetPoolNameWindow |
13 | | -from app.view.another_window.prize_name_setting import PrizeNameSettingWindow |
14 | | -from app.view.another_window.prize_weight_setting import PrizeWeightSettingWindow |
| 6 | +from app.view.another_window.student.import_student_name import ImportStudentNameWindow |
| 7 | +from app.view.another_window.student.set_class_name import SetClassNameWindow |
| 8 | +from app.view.another_window.student.name_setting import NameSettingWindow |
| 9 | +from app.view.another_window.student.gender_setting import GenderSettingWindow |
| 10 | +from app.view.another_window.student.group_setting import GroupSettingWindow |
| 11 | +from app.view.another_window.prize.import_prize_name import ImportPrizeNameWindow |
| 12 | +from app.view.another_window.prize.set_pool_name import SetPoolNameWindow |
| 13 | +from app.view.another_window.prize.prize_name_setting import PrizeNameSettingWindow |
| 14 | +from app.view.another_window.prize.prize_weight_setting import PrizeWeightSettingWindow |
15 | 15 | from app.view.another_window.remaining_list import RemainingListPage |
16 | 16 | from app.Language.obtain_language import * |
17 | 17 | from app.tools.variable import * |
|
0 commit comments