Spaces:
Sleeping
Sleeping
Update app/construction.py
Browse files- app/construction.py +2 -2
app/construction.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
"""
|
2 |
-
|
3 |
|
4 |
-
This module handles the construction assembly functionality of the
|
5 |
allowing users to create and manage multi-layer constructions for walls, roofs, and floors.
|
6 |
It integrates with the material library to select materials for each layer and calculates
|
7 |
overall thermal properties.
|
|
|
1 |
"""
|
2 |
+
BuildSustain - Construction Module
|
3 |
|
4 |
+
This module handles the construction assembly functionality of the BuildSustain application,
|
5 |
allowing users to create and manage multi-layer constructions for walls, roofs, and floors.
|
6 |
It integrates with the material library to select materials for each layer and calculates
|
7 |
overall thermal properties.
|