nicholasmireles / DotDict

A simple Python library to make chained attributes possible.
GNU General Public License v3.0
231 stars 3 forks source link

Add a recursive constructor #3

Closed jrjsmrtn closed 5 months ago

jrjsmrtn commented 1 year ago

A recursive constructor would be nice so we could build dotdicts from existing dict structures :-)