- refactored

- integrated stirrer
This commit is contained in:
jens
2020-12-17 16:28:50 +01:00
parent 311ff974cc
commit ddf8003f5c
14 changed files with 66 additions and 26 deletions
+2
View File
@@ -1,3 +1,5 @@
class Value:
def __init__(self, initial=None):
self.value = initial