P2P
Compare changes
- Jammer, Tim authored
+ 29
− 15
@@ -264,43 +264,57 @@ class TemplateManager:
@@ -264,43 +264,57 @@ class TemplateManager:
def insert_instruction(self, new_instruction: Instruction, after_instruction: Instruction | str | int = None,
after_instruction (Instruction|str | int): The instruction after which to insert the new one (identifier or index).
before_instruction (Instruction|str | int): The instruction before which to insert the new one (identifier or index).