mabuseif commited on
Commit
3f99bbc
·
verified ·
1 Parent(s): d85baf1

Update app/construction.py

Browse files
Files changed (1) hide show
  1. app/construction.py +1 -0
app/construction.py CHANGED
@@ -21,6 +21,7 @@ from typing import Dict, List, Any, Optional, Tuple, Union
21
  # Import the centralized data module and materials library
22
  from app.m_c_data import get_default_constructions
23
  from app.materials_library import get_available_materials, Material, MaterialCategory
 
24
 
25
  # Configure logging
26
  logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
 
21
  # Import the centralized data module and materials library
22
  from app.m_c_data import get_default_constructions
23
  from app.materials_library import get_available_materials, Material, MaterialCategory
24
+ from app.m_c_data import SAMPLE_MATERIALS, SAMPLE_FENESTRATIONS, DEFAULT_MATERIAL_PROPERTIES, DEFAULT_WINDOW_PROPERTIES
25
 
26
  # Configure logging
27
  logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')