1
0

[claude] Add module docstrings to 9 undocumented files (#1296) (#1302)

Co-authored-by: Claude (Opus 4.6) <claude@hermes.local>
Co-committed-by: Claude (Opus 4.6) <claude@hermes.local>
This commit is contained in:
2026-03-24 01:54:18 +00:00
committed by Kimi Agent
parent 5be4ecb9ef
commit fc4426954e
9 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
"""Central pydantic-settings configuration for Timmy Time Dashboard.
All environment variable access goes through the ``settings`` singleton
exported from this module — never use ``os.environ.get()`` in app code.
"""
import logging as _logging
import os
import sys