Files
I2P_Website/runserver.py
2013-01-01 10:13:17 +00:00

4 lines
62 B
Python
Executable File

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