TBD: General contribution guidelines should go here
TBD: More code style guidelines should go here
Code should conform to PEP 8.
In particular, this means:
- 4 spaces should be used for indentation, tabs are forbidden
- Line length should be limited to 79 characters
- Top-level functions and class definitions should be surrounded by two blank lines
- 2 spaces should be used for indentation, tabs are forbidden