Files
i2p.www/runserver.py
2013-03-17 19:49:50 +00:00

4 lines
61 B
Python
Executable File

#!env/bin/python
from i2p2www import app
app.run(debug=True)