I am using customtkinter which is the exact same as tkinter but prettier. how can I set the master of a tkinter frame class when the class inherits from the frame class in tkinter ?? my problem is because i want frame_right to be the master of wave_prop_inputs frame; which basically means, a frame inside a frame. I tried using