SurfSense/surfsense_backend/app/capabilities/web/__init__.py

7 lines
264 B
Python
Raw Normal View History

"""``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