How to Solve NameError: name 'Cell' is not defined -- wifi

Solution: Import the 'Cell' module

To Solve the error, add the following line to the top of your code.

from wifi import Cell

 

For more information:
Python wifi Cell