Added files

This commit is contained in:
Antonio de la Rosa 2025-12-03 23:54:52 +01:00
commit 2be4a86553
14 changed files with 533 additions and 0 deletions

8
__init__.py Normal file
View file

@ -0,0 +1,8 @@
#from flask import Blueprint, g, request, session, redirect, url_for
#pages2_app=Blueprint('pages2_app', __name__)
from bottle import Bottle
pages2_app=Bottle()