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,11 +1,8 @@
"""
Module specific business logic for user module
Functions:
- add_user_to_db
Exports:
- add_user_to_db
- add_user_to_db: Creates a User record from OIDC claims, or updates user details
"""
from typing import Any