Global-Chem/global-chem

Create Graph Node: test

Sulstice opened this issue · 0 comments

  Node to be added to the Knowledge Graph
  ```python
        class test(object):
            def __init__(self):
                self.name == 'test'
            @staticmethod
            def get_smiles():
              smiles =  {'test': ''}
              return smiles
  ```