How to Solve NameError: name 'Sheets' is not defined -- gsheets

Solution: Import the 'Sheets' module

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

from gsheets import Sheets

 

For more information:
Python gsheets Sheets