I have this simple tkinter app:
class App(): def __init__(self, master): self.master = master canvas = tk.Canvas(master) canvas.pack(