Skip to content

Commit

Permalink
Create wsgi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ramanaditya authored Oct 12, 2020
1 parent 9dfc5ad commit e06e99b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wsgi.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from . import app

if __name__ == "__main__":
app.run()

0 comments on commit e06e99b

Please sign in to comment.