pp
All checks were successful
Doxygen / Doxygen (push) Successful in 19s

This commit is contained in:
Thijs Kamphuis 2025-01-28 22:53:51 +01:00
parent 8136ce77b9
commit a14ba33755
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "doxygen-awesome-css"]
path = doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git

1
doxygen-awesome-css Submodule

@ -0,0 +1 @@
Subproject commit 5b27b3a747ca1e559fa54149762cca0bad6036fb

View File

@ -2,7 +2,7 @@
class Calculator:
"""
A kk kk kk simple calculator class to perform basic arithmetic operations.
A kk kk simple calculator class to perform basic arithmetic operations.
"""
def __init__(self, value=0):