I am trying to pass a WX frame class to another class. I have three py files which are as follows: gui_20220510.py – this contains the gui code demo.py – This contains the run functions to import the wx frame Main.py – This is the main file to run the program When trying to run main.py, I am getting “Frame_Demo”