1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

add a to implement method.

This commit is contained in:
Shlomi Fish 2019-05-23 17:04:25 +03:00
parent 7c841293bd
commit 78c7e333c4

View file

@ -63,3 +63,6 @@ class KpatXmlEmitter:
("suit", self._calcSuit(card.suit)),
("rank", self._calcRank(card.rank))] +
([("turn", turn)] if turn else []))
def writeInitialLayout(self, state, turn_cb):
assert False # unimpl