PCv5/app/routes/tools.py

9 lines
126 B
Python

from app import app
from app.utils.render import render
@app.route('/outils')
def tools():
return render('tools.html')