typing.py 71 B

123
  1. class OutCallback:
  2. def __call__(self, s: str) -> None:
  3. ...