예제 #1
0
 def file_read(self):
     TodoService.todos = init_data_load()
예제 #2
0
 def file_read(self):
     StudentService.students = init_data_load()
예제 #3
0
 def read_file(cls):
     cls.todos = file_dao.init_data_load()