Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 314 Bytes

File metadata and controls

30 lines (20 loc) · 314 Bytes

Jinja101

Small flask app

Setup

This repo uses poetry

Install requirements

uv sync

Open shell with venv and run app

uv run bash

Run app (first open shell)

python flask_app.py

Format python document (first open shell)

black flask_app.py