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

This commit is contained in:
Henri Bourcereau 2026-02-07 17:37:16 +01:00
parent 3ab0ad7a56
commit 20b5920718
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())