monra's picture
Initial commit
aae4949
raw history blame
No virus
83 Bytes
from flask import Flask
app = Flask(__name__, template_folder='./../client/html')