Hi I have the following file structure
Main and package directories are on the same level
I want to import test.py in the app.py. Kindly help me how can we import this without using sys path
Hi I have the following file structure
Main and package directories are on the same level
I want to import test.py in the app.py. Kindly help me how can we import this without using sys path