2026-07-03 10:51:05 +02:00
|
|
|
"""``web.*`` namespace: the unified web content crawler verb."""
|
2026-07-01 16:42:47 +02:00
|
|
|
|
|
|
|
|
from __future__ import annotations
|
|
|
|
|
|
2026-07-03 10:51:05 +02:00
|
|
|
from app.capabilities.web.crawl import definition as _crawl # noqa: F401
|