golden hour
/opt/cloudlinux/venv/lib/python3.11/site-packages/pip
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
353 B
Del
OK
__main__.py
854 B
Del
OK
__pip-runner__.py
1.42 KB
Del
OK
__pycache__
-
Del
OK
_internal
-
Del
OK
_vendor
-
Del
OK
py.typed
286 B
Del
OK
Edit: __init__.py
from __future__ import annotations __version__ = "25.3" def main(args: list[str] | None = None) -> int: """This is an internal API only meant for use by pip's own console scripts. For additional details, see https://github.com/pypa/pip/issues/7498. """ from pip._internal.utils.entrypoints import _wrapper return _wrapper(args)
Save