Saves the given object or list of objects to a pickle file
obj (Base or list[Base]) – The objects to be saved. Depending on the object type, the file extension will be one of ‘net’, ‘geo’, ‘phase’, ‘phys’ or ‘alg’.
None