#!/usr/bin/python3
# PBR Generated from 'console_scripts'

import sys

from oslo_policy.generator import convert_policy_json_to_yaml


if __name__ == "__main__":
    sys.exit(convert_policy_json_to_yaml())
