def get(self): ''' Get all students ''' response, code = StudentService.get_all_students() return response, code
def get(self): response, code = StudentService.get_all_students() return response, code