示例#1
0
def go ():
    context.mainLoop ()
示例#2
0
from menu import Menu
from interface import context

menu = Menu()

context.mainLoop()