chore(refact): move training_common from bot to store crate

This commit is contained in:
Henri Bourcereau 2026-02-08 18:19:42 +01:00
parent a841a86d96
commit c503771e76
12 changed files with 38 additions and 39 deletions

View file

@ -2,3 +2,4 @@ import trictrac_store
game = trictrac_store.TricTrac()
print(game.get_active_player_id())
print(game.get_legal_actions())