Files
2026-05-12 19:40:31 +09:00

3 lines
47 B
Python

def anext(aiter):
return aiter.__anext__()