8 lines
144 B
Python
8 lines
144 B
Python
|
|
from src.components.brother_label_printer import BrotherLabelPrinter
|
|
|
|
|
|
|
|
printer = BrotherLabelPrinter()
|
|
printer.print_label("123","456","789")
|