Create config/settings.py
Browse files- config/settings.py +2 -0
config/settings.py
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MODEL_PATH_SOLAR = "models/solar_model.pt" # Path to the solar model
|
| 2 |
+
MODEL_PATH_WINDMILL = "models/windmill_model.pt" # Path to the windmill model
|