Artificial-superintelligence commited on
Commit
1dae400
·
verified ·
1 Parent(s): eece415

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from app import app
2
+
3
+ if __name__ == "__main__":
4
+ app.run(debug=True)