Is it possible to publish a package to PyPI such that it can be imported as a sub-package to other package
I have been glancing through llama-index source code lately. I have come across their integrations and they seem to publish each integration as a different package. However, they modify the import path while publishing using poetry. I’m unable to understand how they do it.