diff --git a/farg/apps/seqsee/workspace.py b/farg/apps/seqsee/workspace.py index 437b6df..c36c145 100644 --- a/farg/apps/seqsee/workspace.py +++ b/farg/apps/seqsee/workspace.py @@ -73,7 +73,7 @@ def InsertElement(self, element): History.AddArtefact(anchored, ObjectType.WS_GROUP, "Initial creation") History.Note("Element Inserted") self.elements.append(anchored) - + def InsertElements(self, integers): """Utility for adding lots of integers as elements."""