core/migration/html2text/typing.py

4 lines
71 B
Python
Raw Normal View History

2022-08-11 09:14:12 +00:00
class OutCallback:
def __call__(self, s: str) -> None:
...