class NotFilter(AbstractFilter):
    """This is NotFilter class."""
    def __init__(self):
        AbstractFilter.__init__(self, "NotFilter", "not")