예제 #1
0
from chessboard import ChessBoard

if __name__ == '__main__':

    chessboard = ChessBoard()

    print(chessboard.all_possible_new_moves(1))