X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=constants.py;h=fdc533bff82d0a51c2e39ee666ae60882ee6597f;hb=09e6d10face80d98a4578ff54192b5c8bec007d7;hp=d321737106d685e5de8c8395e066d4cc9204883f;hpb=497fb9e21f45ec08e1486abaee6dfa7b20b8a691;p=python_utils.git 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