#!@@HOMEBREW_CELLAR@@/pip-audit/2.10.0_5/libexec/bin/python
import sys
from cachecontrol._cmd import main
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(main())
