From 8c410d8682097801f524293bbc25b34feae6e014 Mon Sep 17 00:00:00 2001 From: CREDO23 Date: Tue, 14 Jul 2026 21:49:23 +0200 Subject: [PATCH] feat: indeed capability namespace --- surfsense_backend/app/capabilities/indeed/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 surfsense_backend/app/capabilities/indeed/__init__.py diff --git a/surfsense_backend/app/capabilities/indeed/__init__.py b/surfsense_backend/app/capabilities/indeed/__init__.py new file mode 100644 index 000000000..5e053244f --- /dev/null +++ b/surfsense_backend/app/capabilities/indeed/__init__.py @@ -0,0 +1,5 @@ +"""``indeed.*`` namespace: platform-native Indeed data verbs.""" + +from __future__ import annotations + +from app.capabilities.indeed.scrape import definition as _scrape # noqa: F401