circup/tests/dir_module/my_module.py

8 lines
200 B
Python

# A simple directory based Python module containing expected "local" metadata.
__version__ = "3.2.1"
__repo__ = "https://github.com/adafruit/SomeModule.git"
def hello():
return "Hello, World!"