Module mbed_project.mbed_tools

Integration with https://github.com/ARMmbed/mbed-tools.

Expand source code
#
# Copyright (C) 2020 Arm Mbed. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
"""Integration with https://github.com/ARMmbed/mbed-tools."""
from mbed_project.mbed_tools.cli import init, clone, checkout, libs

Sub-modules

mbed_project.mbed_tools.cli

Entry point for mbed-tools cli.