logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

__main__.py (88B)


  1. import ensurepip
  2. import sys
  3. if __name__ == "__main__":
  4. sys.exit(ensurepip._main())