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