Feat/configparser update 29
Please review the update.
It adds the possibility to include files in the config with the following syntax:
include [./relative path/]filename1[.extension], [./relative path/]filename2[.extension], ...
Furthermore, a method "override" is added to Configurable, making it possible to override properties (like printer.mode
) manually in the code.