mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-06 22:12:12 +02:00
6 lines
187 B
Python
6 lines
187 B
Python
|
|
"""``web.*`` namespace: the generic web scraping verbs."""
|
||
|
|
|
||
|
|
from __future__ import annotations
|
||
|
|
|
||
|
|
from app.capabilities.web.scrape import definition # noqa: F401 — registers web.scrape
|