biomol.BioMol.from_dict# classmethod BioMol.from_dict(data)[source]# Create a BioMol object from a dictionary. Parameters: data (BioMolDict) – A dictionary containing the data to create the BioMol object. Returns: The created BioMol object. Return type: BioMol