Nicholas Barker

Results 1 issues of Nicholas Barker

As the title states, just a list of regular dicts instead of AttrDicts. Here is a workaround. ```python def deep_attrdict(d: dict) -> AttrDict: """Uses recursion to dive deep into the...