app.py 82 B

123
  1. from flask import Flask
  2. app = Flask(__name__, template_folder='./../client/html')