#!/usr/bin/python3

import sys

from oslo_policy.generator import convert_policy_json_to_yaml


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