This repository uses GitHub's pull-request system for contributors, but before you submit your pull request, there are a few things you should do.
- New files should follow PEP8
- Use
black
in order to automatically clean up your code -pip install black
black .
- Do not leave your debug print statements in your pull request
- Avoid duplication of existing code