docs: service docstrings

Issue: #13
This commit is contained in:
Chris Milne 2026-05-28 14:41:11 +01:00
parent 71f26a4c9b
commit d852bda091
9 changed files with 24 additions and 47 deletions

View file

@ -1,9 +1,8 @@
"""
Module specific exceptions for <this module>
Exceptions related to the services module
Exceptions:
- List: Description
- Exceptions: Description
- ServiceNotFoundException: Takes an optional service_id int
"""
from typing import Optional