test / .venv /lib /python3.14 /site-packages /rich /_extension.py
GGSheng's picture
feat: deploy Gemma 4 to hf space
08c964e verified
from typing import Any
def load_ipython_extension(ip: Any) -> None: # pragma: no cover
# prevent circular import
from rich.pretty import install
from rich.traceback import install as tr_install
install()
tr_install()