st-ten-1/src/test/brother_QL-700_test.py

8 lines
144 B
Python
Raw Normal View History

2024-03-14 12:15:08 +00:00
from src.components.brother_label_printer import BrotherLabelPrinter
printer = BrotherLabelPrinter()
printer.print_label("123","456","789")