I am trying to manage a global state dict across objects with something like this:
APP_STATE = {"my_list":[1]} class Widget1(object): def __ini