mabuseif commited on
Commit
de17fc2
·
verified ·
1 Parent(s): 2f47b8d

Update app/construction.py

Browse files
Files changed (1) hide show
  1. app/construction.py +2 -2
app/construction.py CHANGED
@@ -1,10 +1,10 @@
1
  """
2
- BuildSustain - Construction Module (Updated)
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. The structure is adapted from old.txt's Constructions tab.
8
 
9
  Developed by: Dr Majed Abuseif, Deakin University
10
  © 2025
 
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.
8
 
9
  Developed by: Dr Majed Abuseif, Deakin University
10
  © 2025