biweeklybudget.flaskapp.views.help module

class biweeklybudget.flaskapp.views.help.HelpView[source]

Bases: flask.views.MethodView

Render the GET /help view using the help.html template.

get()[source]
methods = {'GET'}