Code Style Guidelines

Please adhere to the following coding standards:

  • Follow PEP 8 for Python code style.

  • Use meaningful variable and function names.

  • Write docstrings for all public modules, functions, and classes.

  • Use Google-style docstrings.