Global-Chem / global-chem

A Knowledge Graph of Common Chemical Names to their Molecular Definition
https://globalchemistry.org/
Mozilla Public License 2.0
154 stars 21 forks source link

Create Graph Node: test #274

Closed Sulstice closed 1 year ago

Sulstice commented 1 year ago
Node to be added to the Knowledge Graph
```

      class test(object):
          def __init__(self):
              self.name == 'test'
          @staticmethod
          def get_smiles():
            smiles =  {'test': ''}
            return smiles
```