mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2025-12-07 00:43:06 +00:00
3 lines
87 B
Python
3 lines
87 B
Python
from fastapi import APIRouter
|
|
|
|
router = APIRouter(prefix="/general", tags=["general"])
|