12345678910 |
- #!/bin/python
- import shimatta_label.label_image as li
- import shimatta_label.brother_ql_wrapper as ql_wrapper
- from shimatta_label.storage_label import StorageLabelSmdMiceToilet, StorageLabel, StorageLabelSmdMiceToiletBottomQR
- label = StorageLabelSmdMiceToiletBottomQR()
- label.put_content('[stor_uuid]a4909bb4-4d69-4e58-8fbd-fba4fa62d9fb', '/Test1', 'asd aslkha kljdgask')
- ql_wrapper.print_label(label)
|