How to Solve NameError: name 'FSS_Navigator' is not defined

Solution: Import the 'FSS_Navigator' module

# Add the following line to the top of your code
import FSS_Navigator

 

For more information:
Python FSS_Navigator