How to Solve NameError: name 'FileChecker' is not defined -- checker

Solution: Import the 'FileChecker' module

To Solve the error, add the following line to the top of your code.

from checker import FileChecker

 

For more information:
Python checker FileChecker