chat / server /bp.py
ehristoforu's picture
Duplicate from CofEngine/chat
9c63db9
raw
history blame contribute delete
196 Bytes
from flask import Blueprint
bp = Blueprint('bp', __name__,
template_folder='./../client/html',
static_folder='./../client',
static_url_path='assets')