Skip to content
Snippets Groups Projects

Add architecture stub classes

Merged Oscar Gustafsson requested to merge architecture into master
+ 1
0
@@ -98,6 +98,7 @@ class OperatorProcess(Process):
@property
def operation(self):
"""The Operation that the OperatorProcess corresponds to."""
return self._operation
def __repr__(self) -> str:
Loading