initial commit

This commit is contained in:
brent s
2019-11-12 01:39:34 -05:00
commit f87671e0a2
5 changed files with 105 additions and 0 deletions

6
run.py Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python3
from app import app
if __name__ == '__main__':
app.run(debug = True)