c4ai / crawl4ai /html2text /_typing.py
amaye15
test
03c0888
raw
history blame contribute delete
63 Bytes
class OutCallback:
def __call__(self, s: str) -> None: ...