ps:I am using VS CODE IDEmy project structure isproject--srcold.py--componentsnew.py
There is a folder named src inside my project folder and inside src there is another folder named componentsNow i want to import the old.py from src to new.py in src/components
I have tried the import statements but still getting the error
from src.old import logging
It throws me a error saying 'src' module not found.ModuleNotFoundException