Files
AI/참고/crawl4ai-main/crawl4ai/html2text/_typing.py

4 lines
71 B
Python
Raw Normal View History

2026-05-12 19:40:31 +09:00
class OutCallback:
def __call__(self, s: str) -> None:
...