#!@@HOMEBREW_CELLAR@@/pocsuite3/2.1.0_9/libexec/bin/python
import sys
from pocsuite3.cli import main
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(main())
