Created by: cclauss
raise NotImplementedError('Please replace this line with your code...')
signals to the user where they need to put their code.
This approach enables the codebase to be tested with lint tools like flake8, pyflakes, pylint, etc.
Created by: cclauss
raise NotImplementedError('Please replace this line with your code...')
signals to the user where they need to put their code.
This approach enables the codebase to be tested with lint tools like flake8, pyflakes, pylint, etc.