Staging
v0.8.1
Raw File
__main__.py
import ensurepip

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