Skip to content
Snippets Groups Projects
scalepackfile_model.py 227 B
Newer Older
from neomodel import StructuredNode, StringProperty, IntegerProperty,UniqueIdProperty, RelationshipTo

class ScalepackFile(StructuredNode):
	uid=UniqueIdProperty()
	rsf_filetype=StringProperty(unique_index=True, required=True)