Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

nickfrez / unb-djutils   python

Repository URL to install this package:

Version: 0.0.24 

/ unb_djutils / constants.py

"""
Constants
#########

Commonly used constants.

"""


class USTimeZone(object):
  EST = 'EST'
  CST = 'CST'
  MST = 'MST'
  PST = 'PST'