GUI: add button to obstruct door + add figures and such to assignment HTML

This commit is contained in:
Joeri Exelmans 2024-11-29 11:14:13 +01:00
parent fffd65370f
commit 8ffb3e097f
15 changed files with 497 additions and 8 deletions

View file

@ -229,4 +229,4 @@ INITIAL = [
]
if __name__ == "__main__":
run_scenarios(SCENARIOS, LockController, INITIAL, IDEMPOTENT)
run_scenarios(SCENARIOS, LockController, INITIAL, IDEMPOTENT, verbose=False)