from app import app as application from config_endpoints.setup_web import setup_web application.register_blueprint(setup_web)