# chessofpy_component1
chess lib using lol

# sample:
``` python
    board=set_board()
    print(get_legal_moves(board))
    print(get_2layer_legal_moves(board))
    board=make_move(board,"e4")