Files

4 lines
71 B
Python
Raw Permalink Normal View History

2026-05-12 19:40:31 +09:00
class OutCallback:
def __call__(self, s: str) -> None:
...