1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

add function to print full images including resizing and fix band printing

This commit is contained in:
Thomas van den Berg
2013-02-27 15:10:34 +01:00
committed by Patrick Kanzler
parent 1614298863
commit 598c893943
4 changed files with 55 additions and 1 deletions

View File

@@ -1 +1,2 @@
import constants, escpos, exceptions, printer
__all__ = ["constants", "escpos", "exceptions", "printer"]