Example #1
0
def easing_curve():
  shots = db.get_shots()
  return render_template('easing_curve.html', shots=shots)
Example #2
0
def easing_curve():
    shots = db.get_shots()
    return render_template('easing_curve.html', shots=shots)
Example #3
0
def index():
  shots = db.get_shots()
  return render_template('index.html', shots=shots)
Example #4
0
def index():
    shots = db.get_shots()
    return render_template('index.html', shots=shots)