OpenGPT / server /bp.py
AchyuthGamer's picture
Duplicate from AchyuthGamer/Neonaa
0c4cce1
from flask import Blueprint
bp = Blueprint('bp', __name__,
template_folder='./../client/html',
static_folder='./../client',
static_url_path='assets')