I'd like to load an CSV file from another package.
In my case I want to call csv.reader in the reader.py and load / open there the Pers1_fb.csv from the data package.
My intention is to use the data package as ressource folder, similar to Java
How can I archieve this? I am on Python 3.9
My folder structure is like this:
- Project_Folder
|
|- main
|- __init__.py
|- reader.py
|- data
|- __init__.py
|- Pers1_fb.csv