2024-12-16 10:07:21 +01:00

8 lines
90 B
Python

from flask import Blueprint
bp = Blueprint('settings', __name__)
from . import routes