Spaces:
Sleeping
Sleeping
Update app/materials_library.py
Browse files- app/materials_library.py +2 -2
app/materials_library.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
"""
|
2 |
-
|
3 |
|
4 |
-
This module handles the material library functionality of the
|
5 |
allowing users to manage building materials and fenestrations (windows, doors, skylights).
|
6 |
It provides both predefined library materials and the ability to create custom materials.
|
7 |
|
|
|
1 |
"""
|
2 |
+
BuildSustain - Material Library Module
|
3 |
|
4 |
+
This module handles the material library functionality of the BuildSustain application,
|
5 |
allowing users to manage building materials and fenestrations (windows, doors, skylights).
|
6 |
It provides both predefined library materials and the ability to create custom materials.
|
7 |
|