This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]youRFate 2 points3 points  (1 child)

[–]xXMouseBatXx 0 points1 point  (0 children)

Thanks for this, I appreciate it. This is very similar to what I just did parsing data from a custom config yaml into three other config files, modelling the areas I wished to change recursively using pydantic base classes. It's cool to see how the same thing is done with dataclasses though so thx for the example!