Source code
Revision control
Copy as Markdown
Other Tools
from typing import List, Optional
def main(args: Optional[List[str]] = None) -> int:
"""This is preserved for old console scripts that may still be referencing
it.
"""
from pip._internal.utils.entrypoints import _wrapper
return _wrapper(args)