summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/catapult/common/py_vulcanize/py_vulcanize/__init__.py
blob: f3a4bd1bb159d9f6f289bf79fa8f0e48d061d6fc (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (c) 2014 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.

"""Trace-viewer component model.

This module implements trace-viewer's component model.
"""

from py_vulcanize.generate import *  # pylint: disable=wildcard-import
from py_vulcanize.project import Project