class ContextManager: def __enter__(self): pass def __exit__(self, type, value, traceback): pass