How to Solve NameError: name 'functions' is not defined -- Functions
Solution: Import the 'functions' module
To Solve the error, add the following line to the top of your code.
from Functions import functions
For more information:
Python Functions functions