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