NitinBot001 commited on
Commit
eba2204
·
verified ·
1 Parent(s): 0d88d68

Create wsgi.py

Browse files
Files changed (1) hide show
  1. wsgi.py +5 -0
wsgi.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from app import app
2
+
3
+ # Initialize application components
4
+ if __name__ == "__main__":
5
+ app.run()