mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-26 23:51:14 +02:00
6 lines
181 B
Python
6 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
|