We initially thought that we would always run the code form the root of the repository, therefore it made sense to have an absolute path to the repository. Now that we can pip install the package, the default path is not the current directory, but the path where the package is installed. We obviously do not want to save the output files there by default...
- We need to make sure that if the user provides input and output path, the files are read and saved to these folders
- relative path --> take current working directory as root of the relative path by default
- absolute path --> not an issue already
- We need to find a way to get the assets folder (needed for the report) into the package and decide where the report shall be saved by default (if user did not provide an output path for the report)