golden hour
/opt/saltstack/salt/lib/python3.10/site-packages/pip
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
357 B
Del
OK
__main__.py
1.17 KB
Del
OK
__pip-runner__.py
1.41 KB
Del
OK
__pycache__
-
Del
OK
_internal
-
Del
OK
_vendor
-
Del
OK
py.typed
286 B
Del
OK
Edit: __init__.py
from typing import List, Optional __version__ = "22.3.1" def main(args: Optional[List[str]] = 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