Files
wizarr/app/blueprints/admin/__init__.py
2025-05-20 13:01:20 +01:00

4 lines
72 B
Python

from flask import Blueprint
admin_bp = Blueprint("settings", __name__)