chore(refact): move training_common from bot to store crate
This commit is contained in:
parent
257665c546
commit
453c363334
12 changed files with 38 additions and 39 deletions
|
|
@ -17,5 +17,7 @@ pub use board::CheckerMove;
|
|||
mod dice;
|
||||
pub use dice::{Dice, DiceRoller};
|
||||
|
||||
pub mod training_common;
|
||||
|
||||
// python interface "trictrac_engine" (for AI training..)
|
||||
mod pyengine;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue