when I run the python file in vscode, I encounter a problem: ModuleNotFoundError, but when running the same file in pycharm or add the above codes to my python file, it haves no problem, how can I solve this problem:
import os, sys
sys.path.append(os.getcwd())
