A sample Flask application for https://github.com/neilmcguigan/htmx-components-flask
Usage:
git clone https://github.com/neilmcguigan/htmx-components-flask-example.git
cd htmx-components-flask-example
python3 -m venv .venv
source .venv/bin/activate
pip install .
flask run
go to http://localhost:5000