8 lines
90 B
Python
Raw Normal View History

from flask import Blueprint
bp = Blueprint('settings', __name__)
2023-04-11 11:46:33 +02:00
from . import routes