materials_compendium.utils.Material.get_contact¶
- Material.get_contact()[source]¶
Get the contact information associated with the material.
- Returns:
A formatted string containing the contact information.
- Return type:
str
Example
print(material.get_contact()) # Output: “Contact: # Name: Ahnaf Tahmid Chowdhury # Phone: 1234567890 # Email: tahmid@example.com”