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

menu = Menu()

context.mainLoop()