__init__.py 89 B

12345
  1. from flask import Blueprint
  2. index_bp = Blueprint("index", __name__)
  3. from . import views