2025-03-11 10:21:41 +00:00

4 lines
100 B
Python

from fastapi import APIRouter, HTTPException
from pydantic import BaseModel
router = APIRouter()