Exemplo n.º 1
0
def main(args):
    b = Board(mine=args.mine, height=args.height, width=args.width)
    gui = GUI(b)
    gui.loop()