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