#!@@HOMEBREW_CELLAR@@/semgrep/1.157.0/libexec/bin/python
import sys
from glom.cli import console_main
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(console_main())
