Staging
v0.5.1
Raw File
import ensurepip
import sys

if __name__ == "__main__":
    sys.exit(ensurepip._main())
back to top