How can I import the functions from file.py to another Python file which is in:
app/app1/Folder1/xyz.py
from this folder structure:
app/app1/folder1/xyz.py
I've also tried some other methods like one given below, How can I perform this task?
from app.app.folder1.xyz import func_name