File size: 61 Bytes
9314fc1
 
 
 
1
2
3
4
from app import app
 
if __name__ == '__main__':
   app.run()