trictrac/bot/python/test.py

5 lines
91 B
Python
Raw Normal View History

import trictrac_store
2026-01-18 18:41:08 +01:00
game = trictrac_store.TricTrac()
print(game.get_active_player_id())