How to Solve NameError: name 'VS' is not defined -- logos

Solution: Import the 'VS' module

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

from logos import VS

 

For more information:
Python logos VS