#!/usr/bin/python3

import sys

from xmldiff.main import diff_command


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