Update app.py
Browse files
app.py
CHANGED
|
@@ -218,6 +218,7 @@ class Settings:
|
|
| 218 |
self.auto_refresh_seconds = 30
|
| 219 |
self.show_boundaries = True
|
| 220 |
self.architectural_honesty = True
|
|
|
|
| 221 |
|
| 222 |
settings = Settings()
|
| 223 |
|
|
|
|
| 218 |
self.auto_refresh_seconds = 30
|
| 219 |
self.show_boundaries = True
|
| 220 |
self.architectural_honesty = True
|
| 221 |
+
self.engineer_annual_cost = 200000
|
| 222 |
|
| 223 |
settings = Settings()
|
| 224 |
|