You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all configuration is stored in a dictionary object which is not type safe and it also makes it difficult to change the output to something more human readable. A better way is to use a dedicated dataclass for it.
The text was updated successfully, but these errors were encountered:
svartkanin
changed the title
Use dataclasses for the configuration arguments
Use dataclass for the configuration arguments
Jan 28, 2024
Currently all configuration is stored in a dictionary object which is not type safe and it also makes it difficult to change the output to something more human readable. A better way is to use a dedicated dataclass for it.
The text was updated successfully, but these errors were encountered: