Contribution Guidelinesο
If you want to contribute to this repository please adhere to the following guidelines
Always use black to format your code before committing
Python
@dataclass
andNamedTuple
are preferred over dictionaries, which donβt allow for IDE auto-completion and type checkingUser-exposed classes and methods should be documented in Google-style docstrings that are parsed by sphinx and end up in this documentation