setup.py
chess_py/__init__.py
chess_py.egg-info/PKG-INFO
chess_py.egg-info/SOURCES.txt
chess_py.egg-info/dependency_links.txt
chess_py.egg-info/top_level.txt
chess_py/core/__init__.py
chess_py/core/board.py
chess_py/core/color.py
chess_py/core/algebraic/__init__.py
chess_py/core/algebraic/converter.py
chess_py/core/algebraic/location.py
chess_py/core/algebraic/move.py
chess_py/core/algebraic/notation_const.py
chess_py/game/__init__.py
chess_py/game/game.py
chess_py/game/game_state.py
chess_py/pieces/__init__.py
chess_py/pieces/bishop.py
chess_py/pieces/king.py
chess_py/pieces/knight.py
chess_py/pieces/pawn.py
chess_py/pieces/piece.py
chess_py/pieces/piece_const.py
chess_py/pieces/queen.py
chess_py/pieces/rook.py
chess_py/players/__init__.py
chess_py/players/human.py