Overview¶
- The codebase is follow the Google Style Guide for Python.
- The docstring style please follow this section of
3.8 Comments and Docstrings,
but prefer using
'''
rather than"""
.
Last update:
June 17, 2022
'''
rather than """
.