- added stirrer

- many other improvements

git-svn-id: http://moon:8086/svn/projects/HendiControl@116 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
2019-03-21 17:55:37 +00:00
parent 75b920047a
commit 08d8c32106
10 changed files with 213 additions and 71 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ class APlant(abc.ABC):
pass
@abc.abstractmethod
def process(self, dt):
def process(self):
pass
@abc.abstractmethod