Add README and commit previous changes

This commit is contained in:
Jonathan Carter
2024-06-21 18:58:20 +02:00
parent 12e943f65c
commit fff1f8987a
9 changed files with 52 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
from flask import Blueprint
bp = Blueprint('webui', __name__)
from applets.webui import routes