Contents:
Define helper functions to resolve paths and load files.
Load the configuration file.
config_path (str | Path)
str
Path
dict[str, Any]
dict
Any
Try to resole the given path.
If it is absolute, we take it as is.
If not, we look if it is in working dir.
If not, we look if it is in packaged data.
path (str | Path)