How to Solve NameError: name 'WatchAndXmit' is not defined -- watchAndXmit

Solution: Import the 'WatchAndXmit' module

# Add the following line to the top of your code
from watchAndXmit import WatchAndXmit

 

For more information:
watchAndXmit WatchAndXmit