| # 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. |