Initial layout

This commit is contained in:
Jonathan Carter
2024-03-30 22:37:58 +02:00
commit 12e943f65c
9 changed files with 118 additions and 0 deletions

View File

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