This commit is contained in:
Chris Milne 2026-05-06 12:02:26 +01:00
commit ac39206625
58 changed files with 1814 additions and 0 deletions

View file

@ -0,0 +1,13 @@
"""
Router endpoints for <this module>
Endpoints:
- List: Description
- Endpoints: Description
"""
from fastapi import APIRouter
_router = APIRouter(
tags=[""],
)