Files
Fulfillment-Backend/barcodes/generator.py
2024-05-07 08:06:51 +03:00

7 lines
140 B
Python

from models import ProductBarcode
class BarcodeGenerator:
def __init__(self, barcode: ProductBarcode):
self.barcode = barcode