Current File : //lib64/python3.6/ensurepip/__main__.py
import ensurepip
import sys

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