()
| 16 | |
| 17 | @app.route('/about') |
| 18 | def about(): |
| 19 | name = '30 Days Of Python Programming' |
| 20 | return render_template('about.html', name=name, title='About Us') |
| 21 | |
| 22 | |
| 23 | @app.route('/result') |
nothing calls this directly
no outgoing calls
no test coverage detected