6 lines
123 B
Python
6 lines
123 B
Python
"""Shared tree data-role constants."""
|
|
|
|
# Keep this value stable for legacy tree-item data payloads.
|
|
TREE_USER_ROLE = 256
|
|
|