5 lines
67 B
Python
5 lines
67 B
Python
|
|
import store
|
||
|
|
|
||
|
|
game = store.TricTrac()
|
||
|
|
print(game.get_state_dict())
|