echo:
    cat Bashfile
black:
    black .
install: system-deps python-deps
python-deps:
    # pipenv install
system-deps:
    brew install pipenv
