Closed Sulstice closed 4 months ago
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
Node to be added to the Knowledge Graph