summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.py b/config.py
index 58a5e83..e7094f3 100644
--- a/config.py
+++ b/config.py
@@ -71,6 +71,9 @@ import re
import sys
from typing import Any, Dict, List
+# This module is commonly used by others in here and should avoid
+# taking any unnecessary dependencies back on them.
+
# Note: at this point in time, logging hasn't been configured and
# anything we log will come out the root logger.