too much to enumerate, too little time, have to push

This commit is contained in:
Yisroel Baum 2024-09-29 12:38:32 +03:00
parent 9f90d357fd
commit a8f0deab28
14 changed files with 567 additions and 17 deletions

5
wsgi.py Normal file
View file

@ -0,0 +1,5 @@
from app import app
if __name__ == '__main__':
app.run(debug=True)