from contextlib import contextmanager

@contextmanager
def temporary_file(suffix: str = ""): ...
