I have a class A that has a dictionary with other nested dictionaries.
class A
class A(): def __init__(self,_dict): self._dict = _dict def