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