📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-27 18:31:06
📂
/ (Root)
/
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
pip
📍 /opt/hc_python/lib/python3.12/site-packages/pip
🔄 Refresh
✏️
Editing: __init__.py
Read Only
from __future__ import annotations __version__ = "26.1.2" 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 Changes
❌ Cancel