Files
scrapling/service/routers/__init__.py

5 lines
134 B
Python

from .scrape import router as scrape_router
from .health import router as health_router
__all__ = ["scrape_router", "health_router"]