5 lines
134 B
Python
5 lines
134 B
Python
from .scrape import router as scrape_router
|
|
from .health import router as health_router
|
|
|
|
__all__ = ["scrape_router", "health_router"]
|