docs: contact docstrings

Issue: #13
This commit is contained in:
Chris Milne 2026-05-28 11:22:12 +01:00
parent 42349b0182
commit 39d3f2d560
9 changed files with 14 additions and 55 deletions

View file

@ -1,9 +1,8 @@
"""
Module specific exceptions for contact module
Exceptions related to the contact module
Exceptions:
- List: Description
- Exceptions: Description
Exports:
- ContactNotFoundException: Takes an optional contact ID int
"""
from typing import Optional