group-wbl/.venv/lib/python3.13/site-packages/langchain_community/chains/natbot/crawler.py

8 lines
188 B
Python
Raw Normal View History

2026-01-09 09:12:25 +08:00
from langchain_classic.chains.natbot.crawler import (
Crawler,
ElementInViewPort,
black_listed_elements,
)
__all__ = ["ElementInViewPort", "Crawler", "black_listed_elements"]