How to Solve NameError: name 'EnvProperties' is not defined -- properties
Solution: Import the 'EnvProperties' module
# Add the following line to the top of your code
from properties.envProperties import EnvProperties
For more information:
properties EnvProperties