示例#1
0
def unc_courses():
    return Course.all()
示例#2
0
def show_assignments():
    return text_join([list_assignments(c) for c in Course.all()])