#!@@HOMEBREW_CELLAR@@/chapel/2.8.0/libexec/third-party/chpl-venv/build/build-venv/bin/python3.14
import sys
from junitparser.cli import main
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(main())
