Hi I am transferring my project from pycharm to VS Code and I want to Import files from within my project folder but different folders within my project folder:
Project:
FolderA:
file.py
FolderB:
file2.py
if I want to import file.py into file2.py, in pycharm I would use: "from FolderA import file". In VSCode this is a lot more confusing and I need help. Yes I googled it