#!/usr/bin/python3

import sys

from xmldiff.main import patch_command


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