def __init__(self, N): self.edges = [] self.alignments = [] self.affines = [ Affine() for i in range(N) ]