```/project /wf /src helpers.py ma...
# ask-the-community
s
Copy code
/project
  /wf
    /src
      helpers.py
    main.py # where the workflow code is and some fns are imported via `src.helpers.some_fn`
This runs fine locally, but not via
pyflyte package
151 Views