Recursively convert dictionary in DotDict
+ 7
− 0
@@ -14,6 +14,13 @@ class DotDict(dict):
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