def visit_Import(self, _): return Nop() # everything is already #included
def visit_Delete(self, _): return Nop() # nothing to do in there