This commit is contained in:
Emersonjsc 2025-07-03 14:13:18 -03:00
parent 417c534d6e
commit a1f8403bdb
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ from visao.cli import InterfaceTexto
from visao.tela_principal import TelaPrincipal from visao.tela_principal import TelaPrincipal
if __name__ == "__main__": if __name__ == "__main__":
app = InterfaceTexto() app = TelaPrincipal()
app.mainloop() app.mainloop()