Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 30b6741

Browse files
committed
Added docstring to __init__.py
1 parent 5fa12f1 commit 30b6741

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

adafruit_thermal_printer/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
"""
2+
`adafruit_thermal_printer.thermal_printer_legacy.__init__`
3+
=================================================================
4+
5+
Init function for the thermal printer library.
6+
7+
* Author(s): Tony DiCola
8+
"""
9+
110
from adafruit_thermal_printer.thermal_printer import JUSTIFY_LEFT, \
211
JUSTIFY_CENTER, JUSTIFY_RIGHT, SIZE_SMALL, SIZE_MEDIUM, SIZE_LARGE, \
312
UNDERLINE_THIN, UNDERLINE_THICK

0 commit comments

Comments
 (0)