from flask import Blueprint industry_route = Blueprint('industry', __name__) @industry_route.route('/create_industry', methods=['POST']) def create_industry_routes(**kwargs): pass