Spaces:
Sleeping
Sleeping
Update utils/solar.py
Browse files- utils/solar.py +1 -1
utils/solar.py
CHANGED
|
@@ -2,7 +2,7 @@ import numpy as np
|
|
| 2 |
from typing import List, Dict, Any, Optional, Tuple
|
| 3 |
import math
|
| 4 |
from datetime import datetime
|
| 5 |
-
from
|
| 6 |
from utils.ctf_calculations import ComponentType
|
| 7 |
import logging
|
| 8 |
|
|
|
|
| 2 |
from typing import List, Dict, Any, Optional, Tuple
|
| 3 |
import math
|
| 4 |
from datetime import datetime
|
| 5 |
+
from app.material_library import MaterialLibrary, GlazingMaterial, Material
|
| 6 |
from utils.ctf_calculations import ComponentType
|
| 7 |
import logging
|
| 8 |
|