summaryrefslogtreecommitdiff
path: root/constants.py
diff options
context:
space:
mode:
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