flask
Installation
SKILL.md
Flask
Flask is a micro web framework for Python. It's minimal by design — you choose your ORM, auth system, and structure. Extensions fill in the gaps.
Installation
# Install Flask
pip install flask
Flask is a micro web framework for Python. It's minimal by design — you choose your ORM, auth system, and structure. Extensions fill in the gaps.
# Install Flask
pip install flask