add type hint Alignment
This commit is contained in:
parent
fe3cdde424
commit
546391cb9c
|
@ -0,0 +1 @@
|
|||
Subproject commit 375135d552e3fe65cbd1462b8b8d56c401b13ae7
|
|
@ -107,6 +107,8 @@ SW_BARCODE_NAMES = {
|
|||
for name in barcode.PROVIDED_BARCODES
|
||||
}
|
||||
|
||||
Alignment = Union[Literal["center", "left", "right"], str]
|
||||
|
||||
|
||||
class Escpos(object, metaclass=ABCMeta):
|
||||
"""ESC/POS Printer object.
|
||||
|
|
Loading…
Reference in New Issue