pkpy.pyi 71 B

1234
  1. from typing import Any
  2. def next(iter) -> Any | StopIteration:
  3. ...