mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-08-03 00:37:52 -04:00
4 lines
72 B
Python
4 lines
72 B
Python
from flask import Blueprint
|
|
|
|
admin_bp = Blueprint("settings", __name__)
|