# Coding conventions

## Naming
- Classes: CamelCase
- Functions: camelCase
- Variables/Arguments: snake_case
 
## Formatting
We use (black)[https://black.readthedocs.io/en/stable/]

## Imports
Only absolute imports are accepted