advent22/api/advent22_api/routers/general.py

3 lines
87 B
Python

from fastapi import APIRouter
router = APIRouter(prefix="/general", tags=["general"])