core/migration/html2text/typing.py

4 lines
71 B
Python
Raw Normal View History

class OutCallback:
def __call__(self, s: str) -> None:
...