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