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:
parent
7c841293bd
commit
78c7e333c4
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue