- 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:
@@ -7,7 +7,7 @@ class APlant(abc.ABC):
|
||||
pass
|
||||
|
||||
@abc.abstractmethod
|
||||
def process(self, dt):
|
||||
def process(self):
|
||||
pass
|
||||
|
||||
@abc.abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user