listservs/www-serve.py

3 lines
40 B
Python
Raw Normal View History

2017-07-25 11:30:04 +02:00
from www import app
app.run(debug=True)