mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-24 23:41:10 +02:00
6 lines
151 B
Python
6 lines
151 B
Python
|
|
"""Amazon capability namespace."""
|
||
|
|
|
||
|
|
from __future__ import annotations
|
||
|
|
|
||
|
|
from app.capabilities.amazon.scrape import definition as _scrape # noqa: F401
|