Files
crawl4ai/crawl4ai/html2text/_typing.py
2025-01-13 19:19:58 +08:00

4 lines
71 B
Python

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