mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-24 23:41:10 +02:00
feat: indeed capability namespace
This commit is contained in:
parent
17159172ee
commit
8c410d8682
1 changed files with 5 additions and 0 deletions
5
surfsense_backend/app/capabilities/indeed/__init__.py
Normal file
5
surfsense_backend/app/capabilities/indeed/__init__.py
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue