Example #1
0
from tela import Tela

m_tela = Tela(480, 480, 20, 20)
m_tela.setup()
m_tela.run()
Example #2
0
from tela import Tela

app = Tela()
app.run()