Utilz Grab bag of utility functions. __getattr__impl __getattr__impl(name: str, parent: str) -> ModuleType Hook for attribute lookup on modules: attempt to load any undefined name as a submodule. This makes 'import foo; foo.bar' work whenever 'import foo.bar' would have.