init python lib generation with pyo3

This commit is contained in:
Henri Bourcereau 2025-02-08 13:28:42 +01:00
parent 59c80c66e4
commit 883d799edb
8 changed files with 201 additions and 6 deletions

View file

@ -16,3 +16,6 @@ pub use board::CheckerMove;
mod dice;
pub use dice::{Dice, DiceRoller};
// python interface "trictrac_engine" (for AI training..)
mod engine;