#!/usr/bin/python3

import sys

from xmlschema.cli import xml2json


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