Ejemplo n.º 1
0
 def __init__(self, dictionary, board):
     ISuggestor.__init__(self, dictionary, board)
Ejemplo n.º 2
0
    def __init__(self, dictionary, board):
        ISuggestor.__init__(self, dictionary, board)
        self._dict = dictionary
        self._board = board

        self._allowed_plays = []