Sulstice opened this issue a year ago · 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 ```