benchling_api_client.models.molecule_structure_structure_format module¶
- class MoleculeStructureStructureFormat¶
Bases:
benchling_api_client.extensions.Enums.KnownString
An enumeration.
- MOLFILE = 'molfile'¶
- SMILES = 'smiles'¶
- static of_unknown(val: str) MoleculeStructureStructureFormat ¶