mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-08 22:22:17 +02:00
6 lines
264 B
Python
6 lines
264 B
Python
"""``web.*`` namespace: the generic web scraping + discovery verbs."""
|
|
|
|
from __future__ import annotations
|
|
|
|
from app.capabilities.web.discover import definition as _discover # noqa: F401
|
|
from app.capabilities.web.scrape import definition as _scrape # noqa: F401
|