Duplicated from Docfile/Mariam-cours
a1be761 7f01bad a1be761
1
2
3
4
5
6
7
8
9
from api.index import app, db # Create databavsem #tables if they don't exist with app.app_context(): db.create_all() if __name__ == '__main__': app.run(debug=True)