def isValidSudoku(self, board): """ :type board: List[List[str]] :rtype: bool """