Let's say I have a Kedro project named `kpro` and ...
# advanced-need-help
w
Let's say I have a Kedro project named
kpro
and I've abstracted a bunch of stuff into
kpro.coollib
. If I package it up with
kedro package
and distribute it, do I just need to do
import kpro.coollib
on my destination machine to use it? In this case I'm not interested in running my pipelines, just the library code. Thanks!