hs-css/test/static.py

3 lines
87 B
Python

from flask import Flask
app = Flask(__name__, static_folder='../', static_url_path='')