""" Module API REST pour le Web Scraper et Convertisseur Markdown. """ from src.web2llm.app.api.routes import router __all__ = ['router']