I have the following Messenger class which I use it to pass data around.
class Messenger: def __init__(self, **kwargs): self.__dict__ = kwargs