# SPDX-License-Identifier: MIT

from htmlcompare.cli import htmlcompare_cli

if __name__ == '__main__':
    htmlcompare_cli()
