Add sql files in python library
I have a python library where I have sql files and I want users to be able to install the library via pip and have access to those files. I use poetry to build the library.
I have a python library where I have sql files and I want users to be able to install the library via pip and have access to those files. I use poetry to build the library.