An to try Google's new Mesop web framework.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtEnter the virtual environment, if you haven't done already:
source .venv/bin/activateStart the app:
mesop counter.pymesop hello_world.py