Binary package “python3-lazy-loader” in ubuntu oracular

Python module to easily load subpackages and functions on demand

 lazy-loader is targeted at libraries that avoids import slowdowns and
 provides explicit submodule exports. It allows subpackages to be made
 visible to users without incurring import costs.