simpa
simpa copied to clipboard
Path names and management
Currently, path management is doe through the class PathManager. The path names are, however, too generic, such as SAVE_PATH, which can lead to clashes with other packages or variables.
Solution
Disambiguate paths by prepending SIMPA_ to them. In addition, it should be allowed for the variables to be loaded directly from the environment, without having to define a .env file.