示例#1
0
文件: web_app.py 项目: kmarkiv/edmodo
def get_flags():
    flags = Flags(engine)
    return api_response({"flags": flags.get_list()})