Newer
Older
from neomodel import StructuredNode, StringProperty, IntegerProperty,UniqueIdProperty, RelationshipTo
class mmCIFFile(StructuredNode):
uuid=StringProperty(unique_index=True, default=uuid4)
coordinates_filetype=StringProperty()