[code] adding Documentation

This commit is contained in:
wendtalexander 2024-10-19 09:37:02 +02:00
parent 790b584d49
commit 75326daa85

View File

@ -40,6 +40,9 @@ if __name__ == "__main__":
# Naming conventions
- Use snake_case for functions and variables
# Documentation
- Use docstrings for all functions and classes