summaryrefslogtreecommitdiff
path: root/constants.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2021-07-09 18:31:02 -0700
committerScott Gasch <[email protected]>2021-07-09 18:31:02 -0700
commit09e6d10face80d98a4578ff54192b5c8bec007d7 (patch)
tree1565e645e739ff2f607730029c91055d29c02aa5 /constants.py
parent11eeb8574b7b4620ac6fd440cb251f8aa2458f5b (diff)
ACL uses enums, some more tests, other stuff.
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py3
1 files changed, 3 insertions, 0 deletions
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