python bindings

This commit is contained in:
Henri Bourcereau 2026-01-10 21:01:35 +01:00
parent 291b0ef3c1
commit fe3bfe47db
11 changed files with 507 additions and 13 deletions

4
bot/python/test.py Normal file
View file

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