If you import a module from a folder directly under the program with Pylint installed, an error will be displayed on VsCode for some reason. Since it is Import from the folder directly under it, the execution itself works without problems.
Create an empty init.py in the folder that contains the module.
$ touch ./modules/__init__.py
I wonder if I can't find it without \ _ \ _ init__.py.
Recommended Posts