i'm working on visual studio code and can't import files from the project's folder

Also about the configuration of "python.analysis.extraPaths". The scripts are all in the same folder, and "python.analysis.extraPaths" does not need to be configured at this time.
If subfolders exist, the configuration is as follows:
"python.analysis.extraPaths": [
"./pyfile"
]
It is the path, not the file name
is the path, not the file name



