You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simplest posible webapp in flask.
This app responds to GET requests at / printing 'Hello World from {APP_NAME}!', where APP_NAME is optional and it is read from an environment variable.
It's compatible with python 3.8+.