Files

3 lines
47 B
Python
Raw Permalink Normal View History

2026-05-12 19:40:31 +09:00
def anext(aiter):
return aiter.__anext__()