I have two modules. main.py initializes my tkinter ui, stores some variables, and sends them to compute.py. compute.py then needs to send the variables back to main.py, wher