2024-08-04 14:57:59 +08:00

5 lines
71 B
Python

from typing import Any
def next(iter) -> Any | StopIteration:
...