/vcs-internship

Primary LanguagePythonApache License 2.0Apache-2.0

Simple Python tasks

Before you start

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pre-commit install