Description
Control Python package namespaces and defer imports until objects are actually used. It helps libraries reduce startup cost and present stable public APIs while organizing code internally.
Lazy imports can make errors appear later than normal imports. Test import paths and packaging behavior across supported environments.