Spaces:
Sleeping
Sleeping
Update app/hvac_loads.py
Browse files- app/hvac_loads.py +1 -1
app/hvac_loads.py
CHANGED
@@ -19,7 +19,7 @@ from collections import defaultdict
|
|
19 |
import logging
|
20 |
import math
|
21 |
from utils.ctf_calculations import CTFCalculator, ComponentType, CTFCoefficients
|
22 |
-
from
|
23 |
|
24 |
# Configure logging
|
25 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
|
|
19 |
import logging
|
20 |
import math
|
21 |
from utils.ctf_calculations import CTFCalculator, ComponentType, CTFCoefficients
|
22 |
+
from app.material_library import Construction, GlazingMaterial, DoorMaterial, Material, MaterialLibrary
|
23 |
|
24 |
# Configure logging
|
25 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|