python class MyContext: def __enter__(self): def __exit__(self, exc_type, exc_value, traceback): with MyContext() as context: