# Code Style Guidelines Please adhere to the following coding standards: - Follow [PEP 8](https://www.python.org/dev/peps/pep-0008/) for Python code style. - Use meaningful variable and function names. - Write docstrings for all public modules, functions, and classes. - Use [Google-style docstrings](https://google.github.io/styleguide/pyguide.html#s3.8-comments-and-docstrings).