feat: python bindings
This commit is contained in:
parent
43afac1a20
commit
3f51e3ac08
12 changed files with 402 additions and 14 deletions
4
bot/python/test.py
Normal file
4
bot/python/test.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import store
|
||||
|
||||
game = store.TricTrac()
|
||||
print(game.get_state_dict())
|
||||
Loading…
Add table
Add a link
Reference in a new issue