File size: 97 Bytes
eba2204
 
 
 
 
1
2
3
4
5
from app import app

# Initialize application components
if __name__ == "__main__":
    app.run()