5 lines
181 B
Python
5 lines
181 B
Python
from .request import ScrapeRequest, SelectorDef
|
|
from .response import ScrapeResponse, HealthResponse
|
|
|
|
__all__ = ["ScrapeRequest", "SelectorDef", "ScrapeResponse", "HealthResponse"]
|