The other important point is if you run `kedro pip...
# advanced-need-help
d
The other important point is if you run
kedro pipeline create <pipeline_name>
it will create a pipeline that is a python package and has all of it's
__init__.py
files ready. https://kedro.readthedocs.io/en/latest/06_nodes_and_pipelines/03_modular_pipelines.html The cool part is that you can also re-use the same pipeline multiple times by overriding inputs, outputs and parameters, instructions all on that page