mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
9 lines
166 B
Python
9 lines
166 B
Python
import logging
|
|
|
|
from pipenv.patched.pip._vendor.rich.console import Console
|
|
|
|
logging.basicConfig(level=logging.ERROR)
|
|
|
|
console = Console()
|
|
err = Console(stderr=True)
|