Global-Chem/global-chem

Create Graph Node: test

Sulstice opened this issue · 0 comments

Node to be added to the Knowledge Graph

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