blob: 2882a47bf2d091ffc8dfae88fe2302bcbfeb5f57 [file] [log] [blame]
# Copyright 2022 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Various group dependency constants used in de/serialization."""
# Node-specific constants
CLASSES = 'classes' # Internal classes of a group.
# Edge-specific constants.
CLASS_EDGES = 'class_edges' # The class edges comprising a group edge.