raphykoman
Results
1
issues of
raphykoman
Hi, I have an issue with the following code : ```python import pickle from neomodel import StructuredNode, StringProperty tags = (('a', 'A'), ('b', 'B'), ('c', 'C')) class A(StructuredNode): tags_symptom =...