Recursively convert dictionary in DotDict
Everybody love DotDict
because we are lazy. This PR recursively converts all dict into DotDict
not only top level.
So you can do:
my_super.nested.data.scheme = 42
Everybody love DotDict
because we are lazy. This PR recursively converts all dict into DotDict
not only top level.
So you can do:
my_super.nested.data.scheme = 42