コード例 #1
0
ファイル: web_app.py プロジェクト: kmarkiv/edmodo
def get_flags():
    flags = Flags(engine)
    return api_response({"flags": flags.get_list()})