Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Agents-MCP-Hackathon
/
Efficiency-Agent
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Efficiency-Agent
/
src
/
web2llm
/
app
/
api
/
__init__.py
mriusero
fix: add binary files via LFS only
698ce3e
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
140 Bytes
"""
Module API REST pour le Web Scraper et Convertisseur Markdown.
"""
from
src.web2llm.app.api.routes
import
router
__all__ = [
'router'
]