feature/strict getitem
Make NestedMKDict
be strict:
-
__getitem__
,get
returns values -
any
returns values/dicts -
__call__
/child return dicts
Make NestedMKDict
be strict:
__getitem__
, get
returns valuesany
returns values/dicts__call__
/child return dicts