docs: user docstrings

Issue: #13
This commit is contained in:
Chris Milne 2026-05-28 14:55:44 +01:00
parent d852bda091
commit 43cb7e700d
9 changed files with 23 additions and 49 deletions

View file

@ -1,9 +1,5 @@
"""
Pydantic models for user module
Models:
- List: Description
- Models: Description
Pydantic models for the user module
"""
from typing import Optional
from src.schemas import CustomBaseModel