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