#!@@HOMEBREW_CELLAR@@/openai-whisper/20250625_4/libexec/bin/python
import sys
from whisper.transcribe import cli
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(cli())
