Details forthcoming.
Contributors: Ariana Freitag, George Ho, Jonathan Pedoeem, Ostap Voynarovskiy
Advisor: Chris Curro
make venv
source venv/bin/activate
.
. # do your work
.
deactivate
Please format code before committing: make format
To have yapf run when committing: make init
yapf will then run on staged python files upon committing