Initial commit.

This commit is contained in:
nyaadev
2017-05-12 20:51:49 +02:00
commit 00d65e312c
89 changed files with 8747 additions and 0 deletions

2
run.py Normal file
View File

@@ -0,0 +1,2 @@
from nyaa import app
app.run(host='0.0.0.0', port=5500, debug=True)