class Pop: pass class Planet: def __init__(self): self.pops = [] for i in range(100): pass