mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-23 08:13:01 +00:00
3 lines
87 B
Python
3 lines
87 B
Python
from fastapi import APIRouter
|
|
|
|
router = APIRouter(prefix="/general", tags=["general"])
|