Files
i2p.www/runserver.py
2013-03-17 19:52:51 +00:00

4 lines
62 B
Python
Executable File

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