chess-tutor / src /chess_tutor /__init__.py
github-actions[bot]
deploy prod from 06dbd16a01ddcfe02b2d936c681e3e4eaa9b141f
8e756fd
Raw
History Blame Contribute Delete
166 Bytes
"""Chess tutoring: heuristics, LC0 ONNX probes, training export, and classical evaluation."""
from chess_tutor.paths import project_root
__all__ = ["project_root"]