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. --- constants.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'constants.py') diff --git a/constants.py b/constants.py index d321737..fdc533b 100644 --- a/constants.py +++ b/constants.py @@ -2,6 +2,9 @@ """Universal constants.""" +# This module is commonly used by others in here and should avoid +# taking any unnecessary dependencies back on them. + # Date/time based constants SECONDS_PER_MINUTE = 60 SECONDS_PER_HOUR = 60 * SECONDS_PER_MINUTE -- cgit v1.3