__init__.py 117 B

12345
  1. from flask import Blueprint
  2. bp = Blueprint("graph", __name__)
  3. from app.api.graph import routes # noqa: E402, F401