trying to add gitea

This commit is contained in:
2026-02-22 03:08:09 +01:00
parent 7564da1148
commit a033efad5b
6 changed files with 111 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
from flask import Blueprint
internal_bp = Blueprint('internal', __name__, url_prefix='/internal')
from . import routes #noqa