From 75326daa85dabe40e9ea07d7c2fc0690da00503f Mon Sep 17 00:00:00 2001 From: wendtalexander Date: Sat, 19 Oct 2024 09:37:02 +0200 Subject: [PATCH] [code] adding Documentation --- code/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/README.md b/code/README.md index 35c9c23..d3b4712 100644 --- a/code/README.md +++ b/code/README.md @@ -40,6 +40,9 @@ if __name__ == "__main__": # Naming conventions - Use snake_case for functions and variables +# Documentation +- Use docstrings for all functions and classes +