Soo, i\'m trying to create a list of lists in python. Here is the code:
class CacheL1: def __init__(self): self.vias = [] for via in range(2):