Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
"""
|
2 |
-
BuildSustain - Main Module
|
3 |
|
4 |
This is the main module for the BuildSustain application. It serves as the central
|
5 |
orchestrator for the application, handling navigation between different modules and managing
|
@@ -109,8 +109,10 @@ class BuildSustain:
|
|
109 |
},
|
110 |
"internal_loads": {
|
111 |
"people": [],
|
112 |
-
"lighting":
|
113 |
-
"equipment":
|
|
|
|
|
114 |
},
|
115 |
"hvac_loads": {
|
116 |
"cooling": {
|
|
|
1 |
"""
|
2 |
+
BuildSustain - Main Module
|
3 |
|
4 |
This is the main module for the BuildSustain application. It serves as the central
|
5 |
orchestrator for the application, handling navigation between different modules and managing
|
|
|
109 |
},
|
110 |
"internal_loads": {
|
111 |
"people": [],
|
112 |
+
"lighting": [],
|
113 |
+
"equipment": [],
|
114 |
+
"ventilation_infiltration": [],
|
115 |
+
"schedules": {}
|
116 |
},
|
117 |
"hvac_loads": {
|
118 |
"cooling": {
|