from flask import Blueprint game = Blueprint('games', __name__) @game.route('/') def func(): pass