Child: [1f91a5] (diff)
Download this file
1 2 3 4 5 6 7 8
#!env python import bottle import webui bottle.debug(True) bottle.run(host='localhost', port=8080, reloader=True) # vim: foldmethod=marker:filetype=python:textwidth=80:ts=4:et