from tkinter import *

window = Tk()

topFrame = Frame(window)

window.mainloop()
0

There are 0 best solutions below