#!/usr/local/bin/python3.12
# This file is part of the xxdiff package.  See xxdiff for license and details.

"Use --help for usage or see the xxdiff Python module for details."

__author__ = 'Martin Blais <blais@furius.ca>'

from xxdiff.scripts.cvsdiff import main
main()

