()
| 103 | |
| 104 | @app.route("/") |
| 105 | def index(): |
| 106 | return render_template("index.html", checkpoint_dir=checkpoint_dir) |
| 107 | |
| 108 | |
| 109 | checkpoint_dir = None # Global variable to store the checkpoint directory |
nothing calls this directly
no outgoing calls
no test coverage detected