#!@@HOMEBREW_CELLAR@@/detect-secrets/1.5.0_7/libexec/bin/python
import sys
from detect_secrets.pre_commit_hook import main
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(main())
