How to get VSCode Python import suggestions to use shorter public alias rather than private
When I get import suggestions in VSCode they always import from the module where the thing was defined, even if that's a private module and the thing is re-exported in some public module. I would prefer they get imported from the shorter public module instead. What configuration option do I need to set to achieve this?