Implements More Tests and Begins Dice Refactor Implementation
This commit is contained in:
2
diceplayer/shared/external/__external.py
vendored
2
diceplayer/shared/external/__external.py
vendored
@@ -18,7 +18,7 @@ class External(ABC):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def start(self):
|
||||
def start(self, cycle: int):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user