ARMmbed/snippet

View on GitHub
snippet/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
#
# Copyright (C) 2020 Arm Mbed. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
"""Snippet provides a way to extract code snippet so that they can be inserted in documentation."""
from snippet._version import __version__