Changes: 1. The complete flask app is importable into user scripts now using `from ghooks import app`. 2. `run` method to start a flask development server is deprecated and removed. 3. The argument parsing is done only if the app is script is ran directly, allowing usage of `gunicorn` to run the app.