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