In Python, the class "Queen's State" is immutably representing the state of a chessboard for solving the N-queens problem. What does the "init" method do?
a) Initializes the chessboard with queens
b) Represents the state of the chessboard
c) Solves the N-queens problem
d) Initializes the rows and columns of the chessboard