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

This commit is contained in:
Henri Bourcereau 2026-02-07 17:37:16 +01:00
parent 8df32175f8
commit a841a86d96
20 changed files with 157 additions and 154 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())