undid some silliness

This commit is contained in:
weckyy702
2021-04-03 23:34:41 +02:00
parent f66c5d4321
commit 965bd61140

View File

@@ -25,10 +25,6 @@ class Iinstruction(metaclass=ABCMeta):
def getblkwidth(self) -> float:
pass
# @abstractmethod
# def add_child_instruction(self, instruction):
# pass
@abstractmethod
def __str__(self) -> str:
pass