refactor: move collector to tools/
This commit is contained in:
@@ -8,7 +8,7 @@ import logging
|
||||
from fastapi import APIRouter, Depends, HTTPException
|
||||
from pydantic import BaseModel
|
||||
|
||||
from ai_mouse.collector import Collector
|
||||
from tools.collector import Collector
|
||||
|
||||
from .deps import SessionState, get_data_dir, get_state
|
||||
|
||||
|
||||
Reference in New Issue
Block a user