6 lines
88 B
Python
6 lines
88 B
Python
from __future__ import annotations
|
|
|
|
from fastapi import APIRouter
|
|
|
|
router = APIRouter()
|