def __init__()

in utils.py [0:0]


    def __init__(self, **kwargs):
        for k, v in kwargs.items():
            setattr(self, k, v)