Version 0.1.1
Changed
- Initialize the getter and dir functions lazily when adding lazy imports.
- Guess attributes from
__all__
when__getattr__
definition without__dir__
function is found.
Fixed
- Missing
__dir__
injection so lazy imports didn't show up indir()
. - Error when adding lazy imports later without pre-existing lazy imports.