Files
i2p.www/runserver.py

3 lines
44 B
Python
Raw Normal View History

from i2p2www import app
app.run(debug=True)