re-add yasi-applets

This commit is contained in:
Jonathan Carter
2025-08-23 22:33:58 +02:00
parent 69d6ba277d
commit 652bbba9c0
62 changed files with 1852 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
from flask import Blueprint
bp = Blueprint('summary', __name__,
template_folder='')
from yasi_applets.summary import routes