mabuseif commited on
Commit
64cb021
·
verified ·
1 Parent(s): f1db641

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +5 -3
main.py CHANGED
@@ -1,5 +1,5 @@
1
  """
2
- BuildSustain - Main Module (Fixed Version)
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": {