Skip to content

Commit 10d2631

Browse files
committed
Add module docstring for __init__.py
1 parent 1c12852 commit 10d2631

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

adafruit_cursorcontrol/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
22
#
33
# SPDX-License-Identifier: MIT
4+
"""
5+
`adafruit_cursorcontrol.cursorcontrol_cursormanager`
6+
================================================================================
7+
Mouse cursor for interaction with CircuitPython UI elements
48
9+
* Author(s): Brent Rubell
10+
11+
"""
512
__version__ = "0.0.0-auto.0"
613
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_CursorControl.git"
714

0 commit comments

Comments
 (0)