Skip to content

Commit 7e9924b

Browse files
committed
Add license and module docstring
1 parent 2c3bafd commit 7e9924b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

adafruit_logging/extensions.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# SPDX-FileCopyrightText: 2021 Alec Delaney for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
5+
"""
6+
`extensions`
7+
====================================================
8+
9+
CircuitPython logging extension for logging to files
10+
11+
* Author(s): Alec Delaney
12+
"""
13+
114
from . import LoggingHandler
215

316

0 commit comments

Comments
 (0)