#!/home/peacohostvps/jarvisonap.peacohostvps.com/venv/bin/python
import sys
from wheel._commands import main
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(main())
