mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-22 23:31:12 +02:00
feat(amazon): expose public module api
This commit is contained in:
parent
0cb15272ea
commit
f69a573d10
1 changed files with 12 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
||||||
|
"""Platform-native Amazon Product Scraper."""
|
||||||
|
|
||||||
|
from .schemas import AmazonScrapeInput, ErrorItem, ProductItem
|
||||||
|
from .scraper import iter_products, scrape_products
|
||||||
|
|
||||||
|
__all__ = [
|
||||||
|
"AmazonScrapeInput",
|
||||||
|
"ErrorItem",
|
||||||
|
"ProductItem",
|
||||||
|
"iter_products",
|
||||||
|
"scrape_products",
|
||||||
|
]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue