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

        self._allowed_plays = []