blob: 1617a307bc5cb5ddd0ae12b40761a6986ea60628 [file] [log] [blame]
# Copyright 2013 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.
"""A package for all the built in commands.
This package has all the standard commands built in to the cr tool.
Most commands use actions to perform the real work.
"""
import cr
cr.Import(__name__, 'command')
cr.Import(__name__, 'prepare')
cr.Import(__name__, 'init')