hub/helpers/constants.py

3 lines
92 B
Python

celsius_to_kelvin = 273.15
days_of_month = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]