readd the getattr

This commit is contained in:
Lendemor 2025-01-16 17:08:28 +01:00
parent 4fd55a78f7
commit bb8d25afe7

View File

@ -363,3 +363,7 @@ getattr, __dir__, __all__ = lazy_loader.attach(
submodules=_SUBMODULES,
submod_attrs=_SUBMOD_ATTRS,
)
def __getattr__(name):
return getattr(name)