From 7591c7691539773a4660f27bd2cd046af28c7c14 Mon Sep 17 00:00:00 2001 From: Alexandre CHAZAL Date: Mon, 6 Dec 2021 19:46:00 +0100 Subject: [PATCH] fix(config): added docstrings --- app/config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/config.py b/app/config.py index 584bb54..b8cbe3d 100644 --- a/app/config.py +++ b/app/config.py @@ -1,3 +1,6 @@ +""" +A module that is used to store the current app's config +""" import os