kut actions

This commit is contained in:
Thijs Kamphuis 2025-01-28 02:05:09 +01:00
parent 3b336e3066
commit eb1e112219

View File

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