Skeleton for DigiKey barcode

This commit is contained in:
Oliver Walters 2020-06-11 11:16:55 +10:00
parent 1a15b46d65
commit a72ed11cb0

View File

@ -3,3 +3,17 @@
"""
DigiKey barcode decoding
"""
from barcode.barcode import BarcodePlugin
class DigikeyBarcodePlugin(BarcodePlugin):
PLUGIN_NAME = "DigikeyBarcode"
def validate(self):
"""
TODO: Validation of Digikey barcodes.
"""
return False