life-short-use-python

just a test

DEV

install pkg

python -m pip install <pkg-name>

update requirements

python -m pip freeze > requirements.txt

pre-commmit check

pre-commit run --all-files