How to Solve NameError: name 'define_module_exporter' is not defined -- iter2

Solution: Import the 'define_module_exporter' module

# Add the following line to the top of your code
from iter2.utils import define_module_exporter

 

For more information:
iter2 define_module_exporter