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?Abhinav Chordia
05/01/2023, 7:43 PMsrc/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`
Abhinav Chordia
05/01/2023, 8:03 PMsrc
, it all works fine