1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

Merge branch 'master' into 365-enhance-documentation

This commit is contained in:
Patrick Kanzler
2020-09-28 22:37:36 +02:00
committed by GitHub

View File

@@ -125,6 +125,11 @@ on a USB interface.
# Cut paper
p.cut()
Standard python constraints on libraries apply. This means especially
that you should not name the script in which you implement these lines
should not be named ``escpos`` as this would collide with the name of
the library.
Configuration File
------------------