Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Agents-MCP-Hackathon/Efficiency-Agent
mriusero
/
Efficiency-Agent
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Efficiency-Agent
/
src
/
web2llm
/
app
/
scraper
/
__init__.py
mriusero
fix: add binary files via LFS only
698ce3e
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
136 Bytes
"""
Module de scraping.
"""
from
src.web2llm.app.scraper.scraper
import
WebScraper, scrape_url
__all__ = [
'WebScraper'
,
'scrape_url'
]