📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 07:57:21
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pip
/
_internal
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/pip/_internal
🔄 Refresh
✏️
Editing: main.py
Read Only
from __future__ import annotations def main(args: list[str] | None = None) -> int: """This is preserved for old console scripts that may still be referencing it. For additional details, see https://github.com/pypa/pip/issues/7498. """ from pip._internal.utils.entrypoints import _wrapper return _wrapper(args)
💾 Save Changes
❌ Cancel