6 lines
160 B
Python
6 lines
160 B
Python
from diceplayer.state.state_model import StateModel
|
|
|
|
|
|
class DiceHandler:
|
|
@staticmethod
|
|
def run(state: StateModel, current_cycle: int) -> StateModel: ... |