From 93d8e5019b5a0cdd5e0cf21c42ad510b053bdc10 Mon Sep 17 00:00:00 2001 From: Vitali Avagyan Date: Sun, 22 Mar 2026 15:34:44 +0100 Subject: [PATCH] docs: add gitcgr code graph badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 64f56cac..eb2211b4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # Flask +[![gitcgr](https://gitcgr.com/badge/pallets/flask.svg)](https://gitcgr.com/pallets/flask) + 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]