mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-24 23:41:10 +02:00
5 lines
181 B
Python
5 lines
181 B
Python
"""``indeed.*`` namespace: platform-native Indeed data verbs."""
|
|
|
|
from __future__ import annotations
|
|
|
|
from app.capabilities.indeed.scrape import definition as _scrape # noqa: F401
|