flask_template_codex/app/settings/__init__.py
2026-08-08 04:04:24 +02:00

6 lines
109 B
Python

from flask import Blueprint
bp = Blueprint("settings", __name__)
from . import routes # noqa: E402, F401