mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-20 23:21:06 +02:00
feat(amazon): register scrape capability
This commit is contained in:
parent
3e0caa2027
commit
21a7a0a0b0
2 changed files with 3 additions and 0 deletions
|
|
@ -2,4 +2,6 @@
|
|||
|
||||
from __future__ import annotations
|
||||
|
||||
from app.capabilities import amazon as _amazon # noqa: F401
|
||||
|
||||
__all__: list[str] = []
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
from fastapi import APIRouter, Depends
|
||||
|
||||
# Import verb namespaces for their registration side effects before the door builds.
|
||||
import app.capabilities.amazon
|
||||
import app.capabilities.google_maps
|
||||
import app.capabilities.google_search
|
||||
import app.capabilities.instagram
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue