diff options
Diffstat (limited to 'Lib/ensurepip/__main__.py')
-rw-r--r-- | Lib/ensurepip/__main__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/ensurepip/__main__.py b/Lib/ensurepip/__main__.py new file mode 100644 index 0000000000..77527d7a35 --- /dev/null +++ b/Lib/ensurepip/__main__.py @@ -0,0 +1,4 @@ +import ensurepip + +if __name__ == "__main__": + ensurepip._main() |