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

@ -2,8 +2,8 @@
Database models for the services module
Models:
- List: Description
- Models: Description
- Service:
- id[PK], name[U], api_key[U]
"""
from sqlalchemy import Column, Integer, String