Example of Files directory:
base-->
src_c-->
Example.cpp (imports myPyExample.py)
src_python-->
myPyExample.py
and I'd like to import python script using pybind11
What is the way to do it? (found only examples where both are under the same folder)