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

Merge pull request #411 from python-escpos/404-enhance-documentation-on-naming

add hint on proper script names
This commit is contained in:
Patrick Kanzler
2020-09-28 22:37:02 +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
------------------