4 lines
91 B
Python
4 lines
91 B
Python
import trictrac_store
|
|
|
|
game = trictrac_store.TricTrac()
|
|
print(game.get_active_player_id())
|