from ..abc.sink import Sink [docs]class NullSink(Sink): """ Description: | """ [docs] def process(self, context, event): """ Description: | """ pass