advent22/api/advent22_api/routers/general.py

4 lines
87 B
Python
Raw Normal View History

2022-10-14 22:47:48 +00:00
from fastapi import APIRouter
router = APIRouter(prefix="/general", tags=["general"])