```@classmethod def __enter__(cls, *args): # Mak...
# development
w
Copy code
@classmethod
def __enter__(cls, *args):
  # Make/open the thing and return it.
  return cls(*args)