diff options
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |
