We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc4a10 commit f718168Copy full SHA for f718168
barcode/charsets/ean.py
@@ -6,8 +6,8 @@
6
from barcode.charsets.addons import ADDON_SEPARATOR
7
from barcode.charsets.addons import ADDON_START
8
9
-# Note: Addon codes use CODES["A"] and CODES["B"] defined below
10
-
+# Note: Addon codes are defined in barcode.charsets.addons, but they use the
+# same A/B digit encodings as CODES["A"] and CODES["B"] defined below.
11
EDGE = "101"
12
MIDDLE = "01010"
13
CODES = {
0 commit comments