Server : LiteSpeed System : Linux premium177.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 User : quirtsiv ( 1170) PHP Version : 7.4.33 Disable Function : NONE Directory : /opt/hc_python/bin/ |
#!/opt/hc_python/bin/python3
import sys
from wheel._commands import main
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(main())