from serializable import Serializable from dice import Dice class Game(Serializable): def __init__(self, seed:int=42): pass