d14accad07
Reviewers: buda Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D532
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))
|