#!/usr/bin/python3

import sys

from xmlschema.cli import validate


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