class Tile(object): def __init__(self, typ, roll_val): self.type = typ self.roll_val = roll_val