# Stubs for contextlib # NOTE: These are incomplete! from typing import Any # TODO more precise type? def contextmanager(func: Any) -> Any: ...