#!/usr/pkg/bin/python3.11
# -*- coding: utf-8 -*-

import sys
import ydiff

sys.exit(ydiff.main())

# vim:set et sts=4 sw=4 tw=79:
