textflint.common.utils.importing

class textflint.common.utils.importing.LazyLoader(local_name, parent_module_globals, name)[source]

Bases: module

Lazily import a module, mainly to avoid pulling in large dependencies. This allows them to only be loaded when they are used.