adding net project with addr subproject

This commit is contained in:
brent s
2017-10-05 21:17:04 -04:00
parent 6c2dfce9a7
commit 8aaf23cdac
8 changed files with 112 additions and 0 deletions

4
net/addr/run.py Normal file
View File

@@ -0,0 +1,4 @@
from app import app
if __name__ == '__main__':
app.run()