blob: 0b7264a2250f3dd12885e319762b3e43eb18b48d [file] [log] [blame]
# Copyright 2020 The Chromium Authors. All rights reserved.
# 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.