Example #1
0
from torrent import app

if __name__ == '__main__':
    app.debug = True
    app.run(host='0.0.0.0')