from tkinter import * Class Janela: def __init__(self, instancia_de_Tk): pass raiz = Tk() janela (raiz) raiz. mainloop()