from search import *
#put this in the folder with "search.py" from the AIMA python code

print(breadth_first_tree_search(NQueensProblem(8)))


