zaz-barcode/source/pythonpath/qrcode/constants.py

6 lines
106 B
Python
Raw Normal View History

2019-09-09 22:42:38 -05:00
# QR error correct levels
ERROR_CORRECT_L = 1
ERROR_CORRECT_M = 0
ERROR_CORRECT_Q = 3
ERROR_CORRECT_H = 2