Added files

This commit is contained in:
absurdo 2023-11-28 00:15:10 +01:00
commit 25aaa0a4bf
31 changed files with 4035 additions and 0 deletions

3
__init__.py Normal file
View file

@ -0,0 +1,3 @@
from flask import Blueprint, g
apache_app=Blueprint('apache_app', __name__)