I have a class setup like so:
class A(object): __configuration = {} def __init__(self, configuration: dict = {}): A.__configuration = configuration