BaseProcessor.py 116 Bytes
class baseProcessor:
    def isReady(self):
        raise NameError(' You are using a module that did not existe')