Implements More Tests and Begins Dice Refactor Implementation

This commit is contained in:
2023-04-22 11:27:20 -03:00
parent 71744641ff
commit b869ee74fb
19 changed files with 719 additions and 297 deletions

View File

@@ -18,7 +18,7 @@ class External(ABC):
pass
@abstractmethod
def start(self):
def start(self, cycle: int):
pass
@abstractmethod