dynamic_building_simulation/helpers/constants.py
2020-05-01 19:59:09 +02:00

3 lines
89 B
Python

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