who-plays-ipv6-games/server.py
Nico Schottelius add7388ddc start the game
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
2019-12-16 20:42:50 +01:00

6 lines
127 B
Python

from flask import Flask
app = Flask(__name__)
@app.route('/')
def hello_world():
return 'Hello, World! - post html page!'