| Current Path : /opt/support/venv/bin/ |
| Current File : //opt/support/venv/bin/wheel |
#!/opt/support/venv/bin/python3
import sys
from wheel.cli import main
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(main())