first comit
This commit is contained in:
11
src/app/views.py
Normal file
11
src/app/views.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import logging
|
||||
from pathlib import Path
|
||||
from flask import Blueprint, render_template, current_app
|
||||
|
||||
# Import de notre fonction utilitaire
|
||||
from .utils import build_image_structure
|
||||
|
||||
# Création d'un Blueprint (collection de routes) nommé 'gallery'
|
||||
app = Blueprint('gallery', __name__)
|
||||
|
||||
# TODO : votre code ici (cf énoncé)
|
||||
Reference in New Issue
Block a user