Abhinav Chordia
05/01/2023, 7:41 PMModuleNotFoundError
for anything that is defined outside of the flow file. How do I pull in all my other code into the dependency tree?src/ghflow/moduleA/flow.py
and flow.py
imports some functionality from
src/ghflow/moduleB/util.py
I get the following error
No module named `ghflow`
src
, it all works fine