I'm currently working on a Python module in a git repo and need to read files from another directory in the same repo. I have the repo cloned locally, so my module can currently open local files saved in the same directory as my module, but I need to be able to open other files from other directories within the same repo. What's the best way I can do this? Thanks so much for any help!