feat(config): config class added

At many points in the code we may want configurable options, the Config class usses a yaml file to make this easy. It also allows for namespace references "opac:lowtemp:file" etc...
This commit is contained in:
2025-02-19 16:11:55 -05:00
parent 53fc943129
commit a134878e67
4 changed files with 150 additions and 1 deletions

View File

@@ -5,4 +5,5 @@ subdir('resources')
subdir('dobj')
subdir('const')
subdir('opatIO')
subdir('meshIO')
subdir('meshIO')
subdir('config')