예제 #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 = []