Your setup
Version: 1.1.2
Operating System: Ubuntu 24.04
IDE and/or Integration tool (for example: Vscode - official extension): Neovim 0.12
Describe the bug
Packages that don't have their typing within the typeshed module don't have import autocomplete.
This is because freezegun and other packages are removed from python/typeshed#5842 when the package added it's own stubs.
Expected behavior
For python packages that contains inlined stubs, is it possible to directly detect them? Or do we have to go and put each folder from the python environment in the additional_stubs key of the config.
