From 09e6d10face80d98a4578ff54192b5c8bec007d7 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Fri, 9 Jul 2021 18:31:02 -0700 Subject: ACL uses enums, some more tests, other stuff. --- config.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.py') 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. -- cgit v1.3