Create Graph Node: OrganicDSSCDyes
Closed this issue · 0 comments
Sulstice commented
Node to be added to the Knowledge Graph
```python
class OrganicDSSCDyes(object):
def __init__(self):
self.name == 'organicdsscdyes'
@staticmethod
def get_smiles():
smiles = {[]}
return smiles
```