3 lines
92 B
Python
3 lines
92 B
Python
|
from setup import LABEL_COUNT, rint
|
||
|
print("MATCH (n:Label%d) RETURN n" % rint(LABEL_COUNT))
|