kbase / JobRunner

KBase Job Runner
MIT License
0 stars 5 forks source link

Refactor Config handling #72

Closed scanon closed 8 months ago

scanon commented 8 months ago

This is a large PR because the configuration touches everything. I couldn't see a way to really make it smaller.

This consolidates the configuration and moves away from using a dictionary to a configuration class/object.