blob: 2dd676e710c0f6d571e72341748937bd58c9f57f [file] [log] [blame]
# Copyright 2018 The Fuchsia 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 recipe_engine import recipe_api
class FuchsiaApi(recipe_api.RecipeApi):
"""APIs for checking out, building, and testing Fuchsia."""
pass