This project is meant to act as a baseline for building your Seollal bootcamp project.
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -e ".[dev]"
pre-commit install
source .venv/bin/activate # if not done already
run