"""Comicbox."""fromcontextlibimportsuppressfromosimportenvironifenviron.get("COMICBOX_DEBUG"):# Dev convenience only. Gated on a comicbox-specific variable (NOT# PYTHONDEVMODE, a standard Python mode downstream consumers enable)# and tolerant of icecream being absent — it's a dev-group dependency# that production installs don't ship.withsuppress(ImportError):fromicecreamimportinstall# pyright: ignore[reportPrivateImportUsage]install()
Search
From here you can search these documents. Enter your search terms below.