INIT
This commit is contained in:
parent
0ee6440ea3
commit
52dc67adc1
8 changed files with 174 additions and 0 deletions
4
wsgi.py
Normal file
4
wsgi.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from app import app # Import your Flask app from app.py
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run()
|
||||
Loading…
Add table
Add a link
Reference in a new issue