from flask import Blueprint bp = Blueprint('main', __name__) from oxyapp.main import routes