cpython/Lib/ensurepip/__main__.py

6 lines
88 B
Python

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