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