用tkinter实现的五子棋UI界面 用tkinter实现的五子棋UI界面 importtkinterastk fromtkinterimportmessagebox fromchessboardimportChessBoard ChessBoard=ChessBoard() classGUI(object): def__init_