from cellular_automaton.ca_cell import Cell
class Rule:
def __init__(self):
pass
def evolve_cell(self, cell: Cell, neighbours: list):