From d78f25717567870d4bb991e9bca7451f925f29ac Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Fri, 17 Nov 2023 14:49:02 -0800 Subject: Add missing docstrings for modules --- src/wikiget/logging.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wikiget/logging.py') diff --git a/src/wikiget/logging.py b/src/wikiget/logging.py index 6614a15..e5b955a 100644 --- a/src/wikiget/logging.py +++ b/src/wikiget/logging.py @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with Wikiget. If not, see . +"""Configure program log configuration and adapters.""" + from __future__ import annotations import logging -- cgit v1.2.3