Initial addition of Python scripts
This commit is contained in:
9
replacement.py
Normal file
9
replacement.py
Normal file
@ -0,0 +1,9 @@
|
||||
from workspaceStructure import WorkspaceStructure
|
||||
|
||||
class Replacement(WorkspaceStructure):
|
||||
def __init__(self, objectFromInitial, objectFromModified, relation):
|
||||
WorkspaceStructure.__init__(self)
|
||||
self.objectFromInitial = objectFromInitial
|
||||
self.objectFromModified = objectFromModified
|
||||
self.relation = relation
|
||||
|
||||
Reference in New Issue
Block a user