# SPDX-FileCopyrightText: 2019 Nicholas Tollervey, written for Adafruit Industries # # SPDX-License-Identifier: MIT """A simple Python file containing expected "remote" metadata.""" __version__ = "2.3.4" __repo__ = "https://github.com/adafruit/SomeLibrary.git" def hello(): """A hello function""" return "Hello, World!"