"""alternatives.py — Placeholder (håndteres via /sync).""" from fastapi import APIRouter router = APIRouter(prefix="/alternatives", tags=["alternatives"])