236
236
At this point, all of these exist as a ``ImportReplacer`` object, ready to
243
247
While it is possible for ``lazy_import()`` to import members of a module
245
249
only use that syntax to load sub modules ``from module import submodule``.
246
250
This is because variables and classes can frequently be used without
247
251
needing a sub-member for example::