Module mbed_targets.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."""
import pdoc
from mbed_targets.env import Env
env_variables = pdoc.Class("Env", pdoc.Module("mbed_targets.env"), Env).instance_variables()