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