How to Solve NameError: name 'crop' is not defined -- renamerobot

Solution: Import the 'crop' module

# Add the following line to the top of your code
from renamerobot.util import crop

 

For more information:
renamerobot crop