A terrible hack around wrapt.lazy_import to allow writing lazy imports as follows:
from lazy import json
# Or
from lazy.json import dumpsOne-off
uv run --isolated --with https://github.com/tmr232/lazy-import-hack.git pythonOr install it
uv add https://github.com/tmr232/lazy-import-hack.git