From 22f6cf9504aec05361cb41b91694caf394bcc769 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 18 Nov 2021 16:35:32 -0500
Subject: [PATCH] module docstring

---
 src/_zkapauthorizer/config.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/_zkapauthorizer/config.py b/src/_zkapauthorizer/config.py
index f91dc35..7ee454a 100644
--- a/src/_zkapauthorizer/config.py
+++ b/src/_zkapauthorizer/config.py
@@ -12,6 +12,10 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+"""
+Helpers for reading values from the Tahoe-LAFS configuration.
+"""
+
 from datetime import timedelta
 from isodate import parse_duration
 
-- 
GitLab