chore(refact): rename modules with 'trictrac-' prefixes

This commit is contained in:
Henri Bourcereau 2026-02-07 17:37:16 +01:00
parent 74f11fe7d3
commit 90746bc63b
20 changed files with 134 additions and 156 deletions

View file

@ -1,4 +1,4 @@
import store
import trictrac_store
game = store.TricTrac()
print(game.get_state_dict())
game = trictrac_store.TricTrac()
print(game.get_active_player_id())