How to Solve NameError: name 'BodyBuilder' is not defined -- BodyBuilder

Solution: Import the 'BodyBuilder' module

# Add the following line to the top of your code
from BodyBuilder import BodyBuilder

 

For more information:
BodyBuilder BodyBuilder