moliware/dicts

Think about creating subdict on the fly

Opened this issue · 0 comments

Example:

>>> d = Dict()
>>> d[1][2] = 3
>>> d
{1: {2: 3}}