class Prunable(object):
    def prune(self, conn, policy):
        raise NotImplementedError()