コード例 #1
0
ファイル: null.py プロジェクト: rcloran/letterplay
 def __init__(self, dictionary, board):
     ISuggestor.__init__(self, dictionary, board)
コード例 #2
0
ファイル: basic.py プロジェクト: rcloran/letterplay
    def __init__(self, dictionary, board):
        ISuggestor.__init__(self, dictionary, board)
        self._dict = dictionary
        self._board = board

        self._allowed_plays = []