#!/usr/bin/python3

import sys

from xmlschema.cli import json2xml


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