huanhoahongso3's picture
Upload 276 files
5415489 verified
raw
history blame contribute delete
No virus
196 Bytes
from flask import Blueprint
bp = Blueprint('bp', __name__,
template_folder='./../client/html',
static_folder='./../client',
static_url_path='assets')