6 lines
78 B
Python
Raw Normal View History

# retoor <retoor@molodetz.nl>
from flask import Flask
app = Flask(__name__)