forked from I2P_Developers/i2p.www
4 lines
62 B
Python
Executable File
4 lines
62 B
Python
Executable File
#!env/bin/python
|
|
from i2p2www import app
|
|
app.run(debug=False)
|