• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import ensurepip
2
3if __name__ == "__main__":
4    ensurepip._main()
5