add apology helper

This commit is contained in:
tsb1995 2019-12-13 15:15:30 -08:00
parent 06de56ddd9
commit 8079b95026
2 changed files with 1 additions and 0 deletions

Binary file not shown.

1
app.py
View File

@ -1,5 +1,6 @@
from flask import Flask, render_template, request, redirect
from sympy import *
from helpers import apology
app = Flask(__name__)