예제 #1
0
파일: web_app.py 프로젝트: kmarkiv/edmodo
def get_flags():
    flags = Flags(engine)
    return api_response({"flags": flags.get_list()})