I have written my own python code, organized in dirs and sub dirs hierarchy
I'm trying to use this code (package/module, I'm not sure about the terminology) in a few projects.
The issue is that the code path differes between the projects.
How can I import the whole dirs, subdirs and sub files hierarchy in each project?
Thanks in advance!