Visual Studio Code – How to import .pyi files in VSCode?
I am trying to use .pyi stub files in VSCode, and I have the following file structure. When I try to import a .pyi in .py script, e.g. in Hellomath.py, I use: import stubshome.Hellomath. But I get the error ModuleNotFoundError:…