aboutsummaryrefslogtreecommitdiff
path: root/catapult/telemetry/telemetry/story/__init__.py
blob: a17b72dc353796ce2c2de87b83cb593e41374f9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2015 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.

from py_utils import cloud_storage  # pylint: disable=import-error

from telemetry.story.shared_state import SharedState
from telemetry.story.story import Story
from telemetry.story.story_filter import StoryFilter
from telemetry.story.story_set import StorySet


PUBLIC_BUCKET = cloud_storage.PUBLIC_BUCKET
PARTNER_BUCKET = cloud_storage.PARTNER_BUCKET
INTERNAL_BUCKET = cloud_storage.INTERNAL_BUCKET