Exemplo n.º 1
0
from tela import Tela

m_tela = Tela(480, 480, 20, 20)
m_tela.setup()
m_tela.run()
Exemplo n.º 2
0
from tela import Tela

app = Tela()
app.run()