Spaces:
Runtime error
Runtime error
File size: 196 Bytes
f044b10 |
1 2 3 4 5 6 7 |
from flask import Blueprint
bp = Blueprint('bp', __name__,
template_folder='./../client/html',
static_folder='./../client',
static_url_path='assets')
|