Hiding complexity behind a simpler interface. app.route("/") is an abstraction — it handles all the HTTP server communication without you needing to understand the details. You use the result without reading the implementation. Libraries are abstractions. Functions are abstractions.
Flask Sequence