from phys.particle import particle class box: def __init__(self, length: float): self.length = length def add_particle(pobj: particle): pass