Create Graph Node: test
Closed this issue · 0 comments
Sulstice commented
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
```