Source code for ghx.constants

[docs]class ConstantClass: months_in_year = 12 hours_in_month = 730 hours_in_year = months_in_year * hours_in_month sec_in_hour = 3600 celsius_to_kelvin = 273.15 def __init__(self): pass