def __init__(self, title=None, size=(800, 600)): """ Constructor. """ pg.GraphicsWindow.__init__(self, title=title, size=size) self.updater = {}