Skip to content
Closed

AI spam #6053

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

# Flask


<!-- AUTO-PACKAGE-BADGES:START -->
<!-- Auto-generated package badges -->

![TestPyPI version](https://img.shields.io/testpypi/v/flask?style=flat-square&logo=pypi&color=orange) ![TestPyPI](https://img.shields.io/badge/testpypi-preview-orange?style=flat-square&logo=pypi) [![Deployed](https://img.shields.io/badge/deployed-unknown-blue?style=flat-square)](https://test.pypi.org/project/flask)

<!-- AUTO-PACKAGE-BADGES:END -->
Flask is a lightweight [WSGI] web application framework. It is designed
to make getting started quick and easy, with the ability to scale up to
complex applications. It began as a simple wrapper around [Werkzeug]
Expand All @@ -20,6 +27,7 @@ community that make adding new functionality easy.
## A Simple Example

```python

# save this as app.py
from flask import Flask

Expand Down