Created a prototype design pattern as a base class with the __copy__() method.
The prototype __copy__() method simply returns a deepcopy of the object. The PipeContainer,
SpinContainer, ResidueContainer, and MoleculeContainer classes now inherit from the prototype class.