mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-10 22:32:16 +02:00
refactor(capabilities): group framework into core/, keep verbs top-level
This commit is contained in:
parent
87df0bb629
commit
6bd0d640e6
19 changed files with 60 additions and 32 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
from __future__ import annotations
|
||||
|
||||
from app.capabilities.types import Executor
|
||||
from app.capabilities.core import Executor
|
||||
from app.capabilities.web.scrape.schemas import ScrapeInput, ScrapeOutput, ScrapeRow
|
||||
from app.proprietary.web_crawler import (
|
||||
CrawlOutcome,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue