from flask import Blueprint smanager = Blueprint('smanager', __name__) from . import routes