mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-06 22:12:12 +02:00
6 lines
161 B
Python
6 lines
161 B
Python
|
|
"""Scraper capability registry — typed, stateless verbs. See plans/backend/04-capabilities.md."""
|
||
|
|
|
||
|
|
from __future__ import annotations
|
||
|
|
|
||
|
|
__all__: list[str] = []
|