dynamic_building_simulation/helpers/constants.py
2020-05-18 13:56:54 -04:00

3 lines
89 B
Python

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