示例#1
0
from tela import Tela

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

app = Tela()
app.run()