I am implementing Feast for feature store.
Once I have set up my feature store repository, how can I share this feature store across multiple projects / repos, is packaging the feature store (using poetry for example) and importing it in my other repos an option?
Thanks in advance